Skip to content

Commit

Permalink
Switch to ${{ runner.temp }} (#5327) (#5348)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
clee2000 and huydhn authored Jun 17, 2024
1 parent 52ceb8b commit b8f5d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux_job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b8f5d7e

Please sign in to comment.