From 103c421b31d96d1a5d4891ca4b252f3a88c28f44 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 4 Dec 2020 14:21:19 -0500 Subject: [PATCH] actions take 78 --- .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 dd190b67..b484a5cf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -117,12 +117,13 @@ jobs: echo "Downloading ${url}" curl -o pyinstaller.tar.gz --compressed "${url}" tar xf pyinstaller.tar.gz - mv pyinstaller-$PYINSTALLER_COMMIT pyinstaller + mv "pyinstaller-${PYINSTALLER_COMMIT}" pyinstaller cd pyinstaller/bootloader if [ "${PLATFORM}" == "x86" ]; then BITS="32" else BITS="64" + fi echo "bootloader before:" md5sum ../PyInstaller/bootloader/*/* $python ./waf all --target-arch=${BITS}bit