diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 172877e..4591eab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -144,7 +144,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\mcp-runtime' + $root = Join-Path $env:RUNNER_TEMP '2718lab-devkit-task\mcp-runtime' New-Item -ItemType Directory -Force -Path (Join-Path $root 'tmp'), (Join-Path $root 'pycache'), (Join-Path $root 'uv-cache') | Out-Null @( "CODEX_TASK_TEMP=$root"