Skip to content

Commit 6521d63

Browse files
committed
Update artifact name to include OS in buildtest workflow
1 parent 71fb4d4 commit 6521d63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buildtest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Upload test results
3434
uses: actions/upload-artifact@v4
3535
with:
36-
name: test-results
36+
name: test-results-${{ matrix.os }}
3737
path: ./TestResults
3838
if: ${{ always() }} # Always run this step even on failure
3939

0 commit comments

Comments
 (0)