Skip to content

Commit

Permalink
chore(gha): use job container ID as artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyRL committed Nov 6, 2024
1 parent 4772604 commit 4c64301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
- name: Upload assets
uses: actions/upload-artifact@v4
with:
name: generated-assets-${{ matrix.node-version }}
name: generated-assets-${{ job.container.id }}
path: assets/build/

automerge:
Expand Down

0 comments on commit 4c64301

Please sign in to comment.