diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 536b155d..da0dc211 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -546,7 +546,7 @@ jobs: # https://github.com/pyinstaller/pyinstaller/issues/7102 export PATH="$(dirname ${PYTHON}):/usr/bin" export PYINSTALLER_BUILD_ONEDIR=no - else + elif [[ "${staticx}" != "yes" ]]; then export PYINSTALLER_BUILD_ONEDIR=yes export gampath=$(realpath "${gampath}/gam7") fi