mirror of
https://github.com/142vip/408CSFamily.git
synced 2026-04-25 11:09:46 +08:00
fix(release): 修复版本发布时zip压缩包过大问题,忽略.git目录
This commit is contained in:
3
.github/workflows/CD.yaml
vendored
3
.github/workflows/CD.yaml
vendored
@@ -135,7 +135,8 @@ jobs:
|
||||
- name: Create Zip Package
|
||||
run: |
|
||||
zip -r 408CSFamily.zip . \
|
||||
-x "node_modules/*"
|
||||
-x "node_modules/*" \
|
||||
-x "*.git*"
|
||||
|
||||
# 提取版本号
|
||||
- name: Get New Version Number
|
||||
|
||||
Reference in New Issue
Block a user