actions: fix Windows gam.exe location

This commit is contained in:
Jay Lee
2024-05-06 09:53:18 -04:00
committed by GitHub
parent e7323f0b74
commit d5e9df41fb

View File

@@ -546,10 +546,10 @@ jobs:
fi
export gam="${gampath}/gam"
echo "gampath=${gampath}" >> $GITHUB_ENV
echo "gam=${gam}" >> $GITHUB_ENV
if [[ "${RUNNER_OS}" == "Windows" ]]; then
gam=$(cygpath -w "$gam")
fi
gam=$(cygpath -w "$gam")
fi
echo "gam=${gam}" >> $GITHUB_ENV
echo -e "GAM: ${gam}\nGAMPATH: ${gampath}"
# TEMP force everything back to one file.
export PYINSTALLER_BUILD_ONEFILE="yes"