Skip to content

Commit

Permalink
Fix download-artifact usage
Browse files Browse the repository at this point in the history
  • Loading branch information
fantix committed Oct 10, 2024
1 parent b34d8bd commit 1317f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:

- uses: actions/download-artifact@v4
with:
name: dist-*
pattern: dist-*
merge-multiple: true
path: dist/

Expand Down

0 comments on commit 1317f9d

Please sign in to comment.