Skip to content

Commit

Permalink
Fix artifact downloading in the publish-package workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeurer committed Sep 23, 2024
1 parent 1fc0a8d commit 1af8d6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ jobs:
uses: actions/download-artifact@v4
with:
path: dist
merge-multiple: true

- name: List all files
run: ls -lh dist
Expand Down

0 comments on commit 1af8d6b

Please sign in to comment.