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] uses: TheDoctor0/[email protected]
with: with:
type: tar type: tar
path: dist/ path: dist/*
filename: build.tar.gz filename: build.tar.gz
# Step VI # Step VI
- name: Publish to NPM Registry - name: Publish to NPM Registry