优化源代码打包步骤,调整排除规则
This commit is contained in:
@@ -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' \
|
||||
|
||||
Reference in New Issue
Block a user