diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 167c612..172877e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -231,7 +231,7 @@ jobs: working-directory: ${{ github.workspace }} run: | if (-not $env:RUNNER_TEMP) { throw 'RUNNER_TEMP is required for hosted task-local storage' } - $root = Join-Path $env:RUNNER_TEMP '2718lab-devkit-release\fast-lane' + $root = Join-Path $env:RUNNER_TEMP '2718lab-devkit-task\fast-lane' New-Item -ItemType Directory -Force -Path (Join-Path $root 'tmp'), (Join-Path $root 'pycache'), (Join-Path $root 'uv-cache'), (Join-Path $root 'pip-cache') | Out-Null @( "CODEX_FASTLANE_TASK_ROOT=$root"