1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

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

Was accidentally reintroduced in c85e24e7db after
being removed in 5fcf86b521
This commit is contained in:
Anthony Bilinski 2022-01-11 10:54:46 -08:00
parent 3180d23ee2
commit 939bf6a2c1
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C

View File

@ -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:
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: |