1
0
mirror of https://github.com/kuohuanhuan/x-markdown-css.git synced 2024-11-25 06:18:19 +00:00

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

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