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

This commit is contained in:
2025-10-13 15:31:54 +08:00
parent 9d9677972b
commit 3c57b99064
2 changed files with 1 additions and 44 deletions

View File

@@ -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";