Skip to content

Commit

Permalink
fixup! Uniquify artifact names
Browse files Browse the repository at this point in the history
  • Loading branch information
sethrj committed Jun 24, 2024
1 parent 768cc19 commit 93a72c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-spack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
if: ${{steps.test.outcome == 'failure'}}
uses: actions/upload-artifact@v4
with:
name: failed-${{github.job}}
name: failed-${{github.job}}-${{env.CMAKE_PRESET}}
if-no-files-found: warn
retention-days: 3
path: |
Expand Down

0 comments on commit 93a72c1

Please sign in to comment.