Skip to content

Commit

Permalink
ci(publish-to-npm): Fix incorrect artifact download path.
Browse files Browse the repository at this point in the history
  • Loading branch information
junhaoliao committed Dec 29, 2024
1 parent 225414a commit ae96d98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-to-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
steps:
- uses: "actions/checkout@v4"
- uses: "actions/download-artifact@v4"
with:
path: "dist/"

- uses: "actions/setup-node@v4"
with:
Expand Down

0 comments on commit ae96d98

Please sign in to comment.