Skip to content

Commit f6d59b8

Browse files
authored
fix: fix upload path for npmjs (#185)
1 parent 00558e0 commit f6d59b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/distribute.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
node-version: 20
4343
registry-url: "https://registry.npmjs.org"
4444

45-
- run: npm publish dist/ --provenance --access public
45+
- run: npm publish dist/* --provenance --access public

0 commit comments

Comments
 (0)