Files
awoooi/.github/workflows
OG T 02c38c3a9b fix(runner): 保留 _runner_file_commands 避免 checkout 失敗
問題: 清理腳本刪除了 $RUNNER_TEMP/* 包含 _runner_file_commands
結果: "Missing file at path: _runner_file_commands/set_output_xxx"

修正:
- 移除 rm -rf $RUNNER_TEMP/* (會刪除關鍵檔案)
- Pre-flight: 使用 find 排除 _runner_file_commands
- 其他 Jobs: 只清理 _diag/pages

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-29 02:07:05 +08:00
..