Use $GITHUB_PATH

This commit is contained in:
Naoto Ono 2024-06-24 12:25:39 +09:00 committed by Hiroshi SHIBATA
parent a22448df9d
commit afd42e4db7

View File

@ -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.