diff --git a/packages/k8s/src/hooks/run-script-step.ts b/packages/k8s/src/hooks/run-script-step.ts index 421cb77..60b21a0 100644 --- a/packages/k8s/src/hooks/run-script-step.ts +++ b/packages/k8s/src/hooks/run-script-step.ts @@ -98,7 +98,7 @@ export async function runScriptStep( ) await execCpFromPod( state.jobPod, - `${containerTemp}/_github_file_commands`, + `${containerTemp}/_runner_file_commands`, `${workdir}/_temp` ) } catch (error) {