Skip to content

Commit

Permalink
Fix unique artifact names in web_artifact.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
brianschubert committed Mar 13, 2024
1 parent a0406f7 commit 690e99d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/web_artifact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
curl --create-dirs --output-dir artifacts -O ${{ matrix.url }}
- uses: actions/upload-artifact@v4
with:
name: ${{ inputs.name }}-${{ matrix.url }}
name: ${{ inputs.name }}-${{ hashFiles('artifacts/*') }}
path: artifacts
retention-days: ${{ inputs.retention-days }}

0 comments on commit 690e99d

Please sign in to comment.