Browse Source

chore(CI): Re-remove GH action if-no-files found conditions

Was accidentally reintroduced in c85e24e7db after
being removed in 5fcf86b521
reviewable/pr6440/r2
Anthony Bilinski 4 years ago
parent
commit
939bf6a2c1
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C
  1. 2
      .github/workflows/build-test-deploy.yaml

2
.github/workflows/build-test-deploy.yaml

@ -348,7 +348,6 @@ jobs: @@ -348,7 +348,6 @@ jobs:
with:
name: setup-qtox-x86_64-${{ matrix.build_type }}.zip
path: install-prefix/qtox-x86_64-${{ matrix.build_type }}.zip
if-no-files-found: ignore
- name: Rename exe for release upload
if: contains(github.ref, 'refs/tags/v') && matrix.build_type == 'release'
run: |
@ -420,7 +419,6 @@ jobs: @@ -420,7 +419,6 @@ jobs:
with:
name: setup-qtox-i686-${{ matrix.build_type }}.zip
path: install-prefix/qtox-i686-${{ matrix.build_type }}.zip
if-no-files-found: ignore
- name: Rename exe for release upload
if: contains(github.ref, 'refs/tags/v') && matrix.build_type == 'release'
run: |

Loading…
Cancel
Save