From a12058ea37ea6e545985e6a8784cc1c776b0bc21 Mon Sep 17 00:00:00 2001 From: Steveice10 <1269164+Steveice10@users.noreply.github.com> Date: Tue, 16 May 2023 13:01:21 -0700 Subject: [PATCH] ci: Only pack and upload AppImage builds. (#6545) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 206586f85..f2f4a9880 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,12 +46,12 @@ jobs: ENABLE_COMPATIBILITY_REPORTING: "ON" - name: Pack run: ./.ci/${{ matrix.image }}/upload.sh - if: ${{ matrix.image != 'linux-frozen' }} + if: ${{ matrix.image == 'linux-appimage' || matrix.image == 'linux-mingw' }} env: NAME: ${{ matrix.image }} - name: Upload uses: actions/upload-artifact@v3 - if: ${{ matrix.image != 'linux-frozen' }} + if: ${{ matrix.image == 'linux-appimage' || matrix.image == 'linux-mingw' }} with: name: ${{ matrix.image }} path: artifacts/