From afd42e4db7efc6d00fde2c85fe6e095db3d8e2fb Mon Sep 17 00:00:00 2001 From: Naoto Ono Date: Mon, 24 Jun 2024 12:25:39 +0900 Subject: [PATCH] Use $GITHUB_PATH --- .github/actions/launchable/setup/action.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/actions/launchable/setup/action.yml b/.github/actions/launchable/setup/action.yml index 6d50318ded..155604983e 100644 --- a/.github/actions/launchable/setup/action.yml +++ b/.github/actions/launchable/setup/action.yml @@ -88,8 +88,7 @@ runs: working-directory: ${{ inputs.srcdir }} run: | set -x - PATH=$PATH:$(python -msite --user-base)/bin - echo "PATH=$PATH" >> $GITHUB_ENV + echo "$(python -msite --user-base)/bin" >> $GITHUB_PATH pip install --user launchable launchable verify || true : # The build name cannot include a slash, so we replace the string here.