From 99c6e3e11fd8d4cc8f01208ab4096e09fb5eb864 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:46:38 +0800 Subject: [PATCH] fix: align release MCP 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 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"