From fb2bb0cb097262095130a4cfb2aaa9b628531caa Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 25 Jan 2022 18:00:01 -0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 04c5cbec..dfdff63e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: |