Skip to content

Commit

Permalink
Use head ref instead of branch name when uploading artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
evadecker committed Nov 26, 2024
1 parent 8a37470 commit 6aad3f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Upload coverage
uses: actions/upload-artifact@v4
with:
name: coverage-${{ matrix.branch }}
name: coverage-${{ github.head_ref }}
path: coverage
overwrite: true

Expand Down

0 comments on commit 6aad3f5

Please sign in to comment.