Skip to content

Commit

Permalink
Use the current job id in the uploaded core dump name
Browse files Browse the repository at this point in the history
The newer upload artifacts requires a unique name for artifacts. In
order to ensure that multiple failing test steps can upload core dumps
the artifact name has been prefixed with the
[job id](https://docs.github.com/en/actions/learn-github-actions/contexts#github-context)
  • Loading branch information
nick-mobilecoin committed Apr 22, 2024
1 parent 830b2bc commit 810649e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/upload-core-dumps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ runs:
- name: Upload core dumps
uses: mobilecoinofficial/gh-actions/upload-artifact@v0
with:
name: core_dumps
name: ${{ github.job }}_core_dumps
path: core*
if-no-files-found: ignore

0 comments on commit 810649e

Please sign in to comment.