Use full matrix name in sk2-ci

This commit is contained in:
Pavel Djundik
2024-08-26 17:58:40 +03:00
parent 75cbd8b12a
commit c62d2d733f

View File

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