Skip to content

Commit

Permalink
fixup! Avoid publishing artifacts with conflicting names
Browse files Browse the repository at this point in the history
  • Loading branch information
onurctirtir committed Jan 31, 2025
1 parent 6c05a1a commit a4ebab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/upload_coverage/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ runs:
- uses: actions/[email protected]
with:
path: "/tmp/codeclimate/*.json"
name: codeclimate-${{ matrix.make }}-${{ fromJson(matrix.pg_version).major }}
name: codeclimate-${{ matrix.make }}-${{ matrix.parallel }}-${{ fromJson(matrix.pg_version).major }}

0 comments on commit a4ebab2

Please sign in to comment.