From d954abedf81d43ae1557657daddce8207b6d1920 Mon Sep 17 00:00:00 2001 From: Ryan Foster Date: Mon, 21 Mar 2022 14:20:16 -0400 Subject: [PATCH] CI: Differentiate Linux CI artifact names Use the entries in the matrix.ubuntu property to differentiate the Linux CI artifacts. This allows us to have separate artifacts for each job configuration created by the matrix. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2602487fe..9c9230b91 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -266,7 +266,7 @@ jobs: if: ${{ success() && (github.event_name != 'pull_request' || env.SEEKING_TESTERS == '1') }} uses: actions/upload-artifact@v3 with: - name: 'obs-linux-deb' + name: 'obs-linux-${{ matrix.ubuntu }}-deb' path: '${{ github.workspace }}/obs-studio/build/${{ env.FILE_NAME }}' windows_build: