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

chore(CI): Remove if-no-files-found from artifact upload

Artifacts are now conditionally uploaded based on matrix, so they should always be present when expected.
This commit is contained in:
Anthony Bilinski 2022-01-09 17:43:27 -08:00
parent a07ab89cc8
commit 5fcf86b521
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C

View File

@ -240,13 +240,11 @@ jobs:
with:
name: setup-qtox-x86_64-${{ matrix.build_type }}.exe
path: package-prefix/setup-qtox.exe
if-no-files-found: ignore
- name: Upload zip
uses: actions/upload-artifact@v2
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
build-windows-i686:
name: Windows i686
runs-on: ubuntu-latest
@ -267,13 +265,11 @@ jobs:
with:
name: setup-qtox-i686-${{ matrix.build_type }}.exe
path: package-prefix/setup-qtox.exe
if-no-files-found: ignore
- name: Upload zip
uses: actions/upload-artifact@v2
with:
name: setup-qtox-i686-${{ matrix.build_type }}.zip
path: install-prefix/qtox-i686-${{ matrix.build_type }}.zip
if-no-files-found: ignore
build-osx:
name: macOS
runs-on: macos-10.15