Skip to content

Commit

Permalink
Prefix test results with os
Browse files Browse the repository at this point in the history
  • Loading branch information
AtomicNibble committed Apr 9, 2024
1 parent ebf4514 commit d4e2c6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Upload test results
uses: actions/upload-artifact@v4
with:
name: test-results-${{ matrix.config }}
name: ${{ runner.os }}-test-results-${{ matrix.config }}
path: test_results_${{ matrix.config }}.xml

windows:
Expand Down Expand Up @@ -120,5 +120,5 @@ jobs:
- name: Upload test results
uses: actions/upload-artifact@v4
with:
name: test-results-${{ matrix.config.output }}
name: ${{ runner.os }}-test-results-${{ matrix.config.output }}
path: test_results_${{ matrix.config.output }}.xml

0 comments on commit d4e2c6c

Please sign in to comment.