Skip to content

Commit bc50d1b

Browse files
committed
upload-artifact dist test
1 parent d572916 commit bc50d1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npmpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: actions/upload-artifact@v1
5151
with:
5252
name: pack-artifact
53-
path: ./package.tgz
53+
path: ./dist/package.tgz
5454

5555
publish-npm:
5656
needs: build

0 commit comments

Comments
 (0)