Update build.yml

This commit is contained in:
Jay Lee
2022-03-02 09:21:52 -05:00
committed by GitHub
parent c64730e07b
commit d26bfc9aab

View File

@ -421,6 +421,7 @@ jobs:
export gampath=$($PYTHON -c "import os; print(os.path.realpath('$gampath'))")
else
export gampath=$(realpath "${gampath}")
fi
export gam="${gampath}/gam"
echo "gampath=${gampath}" >> $GITHUB_ENV
echo "gam=${gam}" >> $GITHUB_ENV