Skip to content

Commit c7dcf0c

Browse files
committed
Separate artefacts per-strategy
1 parent a18d313 commit c7dcf0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: actions/upload-artifact@v4
4949
if: always()
5050
with:
51-
name: Test Results
51+
name: Test Results (${{ matrix.os }} - ${{ matrix.compiler }})
5252
path: build/spec/results/*.xml
5353

5454
publish-test-results:

0 commit comments

Comments
 (0)