問題: 清理腳本刪除了 $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>