--noconfirm to overwrite existing gam folder

This commit is contained in:
Jay Lee
2022-11-30 21:12:41 +00:00
parent d2733a53a2
commit f849b6ddb7

View File

@@ -451,7 +451,7 @@ jobs:
echo "gampath=${gampath}" >> $GITHUB_ENV
echo "gam=${gam}" >> $GITHUB_ENV
echo -e "GAM: ${gam}\nGAMPATH: ${gampath}"
"${PYTHON}" -m PyInstaller --clean --distpath="${distpath}" gam.spec
"${PYTHON}" -m PyInstaller --clean --noconfirm --distpath="${distpath}" gam.spec
- name: Copy extra package files
if: matrix.goal == 'build'