Skip to content

Commit

Permalink
Merge branch 'pb/ci-win-artifact-names-fix'
Browse files Browse the repository at this point in the history
CI update.

* pb/ci-win-artifact-names-fix:
  ci(github): make Windows test artifacts name unique
  • Loading branch information
gitster committed Mar 21, 2024
2 parents e8c1cda + e1aaf30 commit b0b43e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
if: failure() && env.FAILED_TEST_ARTIFACTS != ''
uses: actions/upload-artifact@v4
with:
name: failed-tests-windows
name: failed-tests-windows-${{ matrix.nr }}
path: ${{env.FAILED_TEST_ARTIFACTS}}
vs-build:
name: win+VS build
Expand Down Expand Up @@ -250,7 +250,7 @@ jobs:
if: failure() && env.FAILED_TEST_ARTIFACTS != ''
uses: actions/upload-artifact@v4
with:
name: failed-tests-windows
name: failed-tests-windows-vs-${{ matrix.nr }}
path: ${{env.FAILED_TEST_ARTIFACTS}}
regular:
name: ${{matrix.vector.jobname}} (${{matrix.vector.pool}})
Expand Down

0 comments on commit b0b43e3

Please sign in to comment.