[patch] 修改打包固定项缓存复用 提升打包效率
This commit is contained in:
@@ -135,10 +135,6 @@ jobs:
|
||||
- name: Build production executable
|
||||
if: success()
|
||||
shell: powershell
|
||||
# Optional: Set FORCE_FULL_CLEAN=true to force complete rebuild (clears build cache)
|
||||
# Default: Incremental build mode (preserves build cache for faster builds)
|
||||
# env:
|
||||
# FORCE_FULL_CLEAN: "true"
|
||||
run: |
|
||||
Write-Host "==========================================";
|
||||
Write-Host "Step 4.5: Build production executable";
|
||||
|
||||
Reference in New Issue
Block a user