From e3e5318b4fff45a44f3f4a09532a31777738bb06 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Thu, 17 Jun 2021 14:33:08 -0400 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9d7c2511..05fadb43 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -161,7 +161,8 @@ jobs: cd "pyinstaller-${PYINSTALLER_VERSION}/" if [ $GAMOS == "windows" ]; then # remove pre-compiled bootloaders so we fail if bootloader compile fails - rm -rf ../PyInstaller/bootloader/*bit + rm -rf PyInstaller/bootloader/*bit + cd bootloader if [ "${PLATFORM}" == "x86" ]; then TARGETARCH="--target-arch=32bit" else