From 403d7fdc2a6dde087d17b5603a5c75f00c452736 Mon Sep 17 00:00:00 2001 From: AdenKoperczak Date: Fri, 20 Sep 2024 09:58:11 -0400 Subject: [PATCH] use a diffrent name for the AppImage artifact for gcc and clang --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1fe05221..cacad99b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -257,7 +257,7 @@ jobs: if: matrix.os == 'ubuntu-24.04' uses: actions/upload-artifact@v4 with: - name: supercell-wx-appimage-x64 + name: supercell-wx-appimage-${{ matrix.artifact_suffix }} path: ${{ github.workspace }}/*-x86_64.AppImage* - name: Test Supercell Wx