chore(ci): include all files in dist instead of the dir to build.tar.gz

This commit is contained in:
2023-03-03 20:58:09 +08:00
parent 8bb74891ce
commit de8b9d621c
+1 -1
View File
@@ -33,7 +33,7 @@ jobs:
uses: TheDoctor0/[email protected]
with:
type: tar
path: dist/
path: dist/*
filename: build.tar.gz
# Step VI
- name: Publish to NPM Registry