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.
This commit is contained in:
Ryan Foster 2022-03-21 14:20:16 -04:00
parent 2f974da551
commit d954abedf8

View file

@ -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: