Update build.yml

This commit is contained in:
Jay Lee
2022-01-25 18:00:01 -05:00
committed by GitHub
parent 4a7ce7ebfb
commit fb2bb0cb09

View File

@@ -357,7 +357,7 @@ jobs:
echo "gampath=${gampath}" >> $GITHUB_ENV
export "gam=${gam}" >> $GITHUB_ENV
echo -e "GAM: ${gam}\nGAMPATH: ${gampath}"
"${PYTHON}" -OO -m PyInstaller --clean --noupx --strip --onefile --distpath="${gampath} gam.spec
"${PYTHON}" -OO -m PyInstaller --clean --noupx --strip --onefile --distpath="${gampath}" gam.spec
- name: Basic Tests all jobs
run: |