优化源代码打包步骤,调整排除规则

This commit is contained in:
JIANG
2026-03-13 17:39:41 +08:00
parent 71be47b956
commit abfc8770a4
+1 -3
View File
@@ -28,9 +28,7 @@ jobs:
- name: Package Source Code
run: |
tar -czf source-code.tar.gz \
--exclude='.git*' \
--exclude='.github' \
tar --warning=no-file-changed -czf source-code.tar.gz \
--exclude='node_modules' \
--exclude='.next' \
--exclude='dist' \