Skip to content

Commit

Permalink
Append os and ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
ahangarha committed Dec 20, 2023
1 parent 0eeb2a5 commit 9215eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:
uses: actions/upload-artifact@master
if: always()
with:
name: coverage-report-${{ github.run_id }}
name: coverage-report-${{ github.run_id }}-${{ matrix.os }}-${{ matrix.ruby }}
path: coverage

0 comments on commit 9215eb3

Please sign in to comment.