From 5fcf86b5212b1c36686eaacf9c844ceb0e15adb1 Mon Sep 17 00:00:00 2001 From: Anthony Bilinski Date: Sun, 9 Jan 2022 17:43:27 -0800 Subject: [PATCH] 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. --- .github/workflows/test.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index f1c697a50..6f762f511 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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