Skip to content

Commit

Permalink
Update webpack.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MarSeventh authored Sep 15, 2024
1 parent f358644 commit 6184eb9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ jobs:
echo "commit_message=$(git log -1 --pretty=%B)" >> $GITHUB_ENV
echo "release_date=$(date +"%Y-%m-%d")" >> $GITHUB_ENV
# 将 dist 文件夹打包成 zip
- name: Zip dist folder
run: |
zip -r dist-v1.0.${{ github.run_number }}.zip ./dist
# 创建 Release
- name: Create GitHub Release
id: create_release
Expand Down

0 comments on commit 6184eb9

Please sign in to comment.