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

chore(ci): add .zip file to GitHub Release and upload artifact

This commit is contained in:
2023-03-02 22:52:00 +08:00
parent cd9ecdfed3
commit 2da4f4deb2
2 changed files with 21 additions and 3 deletions

View File

@ -54,3 +54,12 @@ jobs:
# Step IV
- name: Test Build
run: npm run build
# Step V
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
name: built-on__os_${{ matrix.os }}__nodejs_${{ matrix.node-version }}
path: dist/
retention-days: 3
# Authored by KuoHuanHuan.