Update build.yml

This commit is contained in:
Jay Lee
2022-12-01 13:47:09 -05:00
committed by GitHub
parent d278cb6939
commit 7dfc93892c

View File

@@ -451,9 +451,12 @@ jobs:
run: |
if [[ "${staticx}" == "yes" ]]; then
export PYINSTALLER_BUILD_ONEFILE="yes"
export distpath="./dist/gam"
export gampath="${distpath}"
else
export distpath="./dist"
export gampath="${distpath}/gam"
fi
export distpath="./dist"
export gampath="${distpath}/gam"
mkdir -p -v "${gampath}"
if [[ "${RUNNER_OS}" == "macOS" ]]; then
export gampath=$($PYTHON -c "import os; print(os.path.realpath('$gampath'))")