Skip to content

Commit b0b43e3

Browse files
committed
Merge branch 'pb/ci-win-artifact-names-fix'
CI update. * pb/ci-win-artifact-names-fix: ci(github): make Windows test artifacts name unique
2 parents e8c1cda + e1aaf30 commit b0b43e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
if: failure() && env.FAILED_TEST_ARTIFACTS != ''
160160
uses: actions/upload-artifact@v4
161161
with:
162-
name: failed-tests-windows
162+
name: failed-tests-windows-${{ matrix.nr }}
163163
path: ${{env.FAILED_TEST_ARTIFACTS}}
164164
vs-build:
165165
name: win+VS build
@@ -250,7 +250,7 @@ jobs:
250250
if: failure() && env.FAILED_TEST_ARTIFACTS != ''
251251
uses: actions/upload-artifact@v4
252252
with:
253-
name: failed-tests-windows
253+
name: failed-tests-windows-vs-${{ matrix.nr }}
254254
path: ${{env.FAILED_TEST_ARTIFACTS}}
255255
regular:
256256
name: ${{matrix.vector.jobname}} (${{matrix.vector.pool}})

0 commit comments

Comments
 (0)