From b8f5d7e1f7a7d580dd2574f7aab4cf30acc831d0 Mon Sep 17 00:00:00 2001 From: clee2000 <44682903+clee2000@users.noreply.github.com> Date: Mon, 17 Jun 2024 16:36:16 -0700 Subject: [PATCH] Switch to ${{ runner.temp }} (#5327) (#5348) Cherry pick #5327 onto release branch to fix executorch release CI problems https://github.com/pytorch/executorch/actions/runs/9555791712/job/26339725286?pr=3994 Co-authored-by: Huy Do --- .github/workflows/linux_job.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux_job.yml b/.github/workflows/linux_job.yml index e6f6f693be..0f0b1f34a3 100644 --- a/.github/workflows/linux_job.yml +++ b/.github/workflows/linux_job.yml @@ -258,7 +258,7 @@ jobs: if: always() uses: ./test-infra/.github/actions/chown-directory with: - directory: ${{ env.RUNNER_TEMP }} + directory: ${{ runner.temp }} ALPINE_IMAGE: ${{ inputs.runner == 'linux.arm64.2xlarge' && 'arm64v8/alpine' || '308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine' }} - name: Prepare artifacts for upload