[patch] 修改打包固定项缓存复用 提升打包效率

This commit is contained in:
2025-10-13 14:58:56 +08:00
parent 7d9297616f
commit 303c33b44d
2 changed files with 22 additions and 1 deletions

View File

@@ -135,6 +135,10 @@ 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";