Skip to content

Commit

Permalink
Use full matrix name in sk2-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
xPaw committed Aug 26, 2024
1 parent 75cbd8b commit c62d2d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sk2-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
uses: actions/upload-artifact@v4
if: matrix.configuration == 'Release'
with:
name: DepotDownloader-${{ runner.os }}
name: DepotDownloader-${{ matrix.runs-on }}
path: artifacts
if-no-files-found: error

0 comments on commit c62d2d7

Please sign in to comment.