diff options
| author | shfil <filip.gawin@zoho.com> | 2021-01-28 23:19:58 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-28 23:19:58 +0100 |
| commit | 3dfffdf35109c22f97fd1a1139ba4358d43fdc90 (patch) | |
| tree | 197bca7ff382f54c6e8b7da7306983281266aa83 /.github/workflows | |
| parent | Update CMakeLists.txt (diff) | |
| download | re3-3dfffdf35109c22f97fd1a1139ba4358d43fdc90.tar.gz | |
Update build-cmake-conan.yml
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build-cmake-conan.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-cmake-conan.yml b/.github/workflows/build-cmake-conan.yml index 9f0d8c91..76359106 100644 --- a/.github/workflows/build-cmake-conan.yml +++ b/.github/workflows/build-cmake-conan.yml @@ -112,5 +112,5 @@ jobs: uses: actions/upload-artifact@v2 with: name: "${{ matrix.os }}-${{ matrix.platform }}" - path: build/*.tar.xz + path: build/*.zip if-no-files-found: error |
