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

chore(ci): add a name for vimtor/action-zip task

This commit is contained in:
郭桓桓 2023-03-02 23:07:02 +08:00
parent eba9d56ae6
commit 78cf02d7b8
Signed by: kuohuanhuan
GPG Key ID: FD846A0A797B0D75

View File

@ -29,7 +29,8 @@ jobs:
- name: Build Project - name: Build Project
run: npm run build run: npm run build
# Step V # Step V
- uses: vimtor/action-zip@v1 - name: Create Zip File
uses: vimtor/action-zip@v1.1
with: with:
files: dist/ files: dist/
dest: build.zip dest: build.zip