Update build.yml

This commit is contained in:
Jay Lee
2024-05-06 10:47:12 -04:00
committed by GitHub
parent 58337e0722
commit 8cffa6e394

View File

@@ -546,7 +546,6 @@ jobs:
fi
export gam="${gampath}/gam"
echo "gampath=${gampath}" >> $GITHUB_ENV
echo -e "GAM: ${gam}\nGAMPATH: ${gampath}"
# TEMP force everything back to one file.
export PYINSTALLER_BUILD_ONEFILE="yes"
export distpath="./dist/gam"
@@ -561,9 +560,11 @@ jobs:
fi
if [[ "${RUNNER_OS}" == "Windows" ]]; then
export gam=$(cygpath -w "$gam")
echo "GAM on Windows at ${gam}"
fi
export gam=$(realpath "$gam")
echo "gam=${gam}" >> $GITHUB_ENV
echo -e "GAM: ${gam}\nGAMPATH: ${gampath}"
- name: Copy extra package files
if: matrix.goal == 'build'