actions: actually enable one dir on Linux

This commit is contained in:
Jay Lee
2024-09-18 14:55:40 -04:00
committed by GitHub
parent 19e386ed21
commit 4a0687cfe9

View File

@@ -549,7 +549,6 @@ jobs:
else
export PYINSTALLER_BUILD_ONEDIR=yes
export gampath=$(realpath "${gampath}/gam7")
export PYINSTALLER_BUILD_ONEDIR=no
fi
export gam="${gampath}/gam"
echo "gampath=${gampath}" >> $GITHUB_ENV