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
Signed by: kuohuanhuan
GPG Key ID: FD846A0A797B0D75
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ jobs:
uses: TheDoctor0/zip-release@0.7.1
with:
type: tar
path: dist/
path: dist/*
filename: build.tar.gz
# Step VI
- name: Publish to NPM Registry