Skip to content

Commit

Permalink
ci: Use unique artifact names for each OS in matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
JadedBlueEyes committed Jul 25, 2024
1 parent 60c8784 commit ab9d9a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
if: success() || failure()
with:
coverage-files: lcov.info
artifact-name: code-coverage-report
artifact-name: code-coverage-report-${{ matrix.os }}
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Publish Test Report
uses: mikepenz/action-junit-report@v4
Expand Down

0 comments on commit ab9d9a4

Please sign in to comment.