Use full matrix name in sk2-ci

pull/526/head
Pavel Djundik 1 year ago
parent 75cbd8b12a
commit c62d2d733f

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

Loading…
Cancel
Save