From 331bfc34c6d8608d5929d9261bbb3c2ad16a0cbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=93=80=E6=B4=9B=E8=8A=99?= <273111507+Ayleovelle@users.noreply.github.com> Date: Wed, 26 Aug 2026 02:33:36 +0800 Subject: [PATCH] fix: align release Fast Lane task root --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"