1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-23 07:56:24 +02:00

Merge branch 'pb/ci-win-artifact-names-fix' into next

CI update.

* pb/ci-win-artifact-names-fix:
  ci(github): make Windows test artifacts name unique
This commit is contained in:
Junio C Hamano 2024-03-14 14:07:20 -07:00
commit 5076389536

View File

@ -159,7 +159,7 @@ jobs:
if: failure() && env.FAILED_TEST_ARTIFACTS != '' if: failure() && env.FAILED_TEST_ARTIFACTS != ''
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: failed-tests-windows name: failed-tests-windows-${{ matrix.nr }}
path: ${{env.FAILED_TEST_ARTIFACTS}} path: ${{env.FAILED_TEST_ARTIFACTS}}
vs-build: vs-build:
name: win+VS build name: win+VS build
@ -250,7 +250,7 @@ jobs:
if: failure() && env.FAILED_TEST_ARTIFACTS != '' if: failure() && env.FAILED_TEST_ARTIFACTS != ''
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: failed-tests-windows name: failed-tests-windows-vs-${{ matrix.nr }}
path: ${{env.FAILED_TEST_ARTIFACTS}} path: ${{env.FAILED_TEST_ARTIFACTS}}
regular: regular:
name: ${{matrix.vector.jobname}} (${{matrix.vector.pool}}) name: ${{matrix.vector.jobname}} (${{matrix.vector.pool}})