From ac5098522bd7ea93ae4261f3e4de5cad31c64e86 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Wed, 18 Sep 2024 15:04:37 -0400 Subject: [PATCH] actions: keep one file for staticx builds --- .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 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