We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e8c1cda + e1aaf30 commit b0b43e3Copy full SHA for b0b43e3
.github/workflows/main.yml
@@ -159,7 +159,7 @@ jobs:
159
if: failure() && env.FAILED_TEST_ARTIFACTS != ''
160
uses: actions/upload-artifact@v4
161
with:
162
- name: failed-tests-windows
+ name: failed-tests-windows-${{ matrix.nr }}
163
path: ${{env.FAILED_TEST_ARTIFACTS}}
164
vs-build:
165
name: win+VS build
@@ -250,7 +250,7 @@ jobs:
250
251
252
253
+ name: failed-tests-windows-vs-${{ matrix.nr }}
254
255
regular:
256
name: ${{matrix.vector.jobname}} (${{matrix.vector.pool}})
0 commit comments