Update build.yml

This commit is contained in:
Jay Lee
2022-01-26 17:55:56 -05:00
committed by GitHub
parent 7773c49112
commit 4c64671cb8

View File

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