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 inc85e24e7db
after being removed in5fcf86b521
This commit is contained in:
parent
3180d23ee2
commit
939bf6a2c1
2
.github/workflows/build-test-deploy.yaml
vendored
2
.github/workflows/build-test-deploy.yaml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Reference in New Issue
Block a user