From 7d603e7d8dee42d8d884910e0c7c261bf935ec8f Mon Sep 17 00:00:00 2001 From: black-sliver <59490463+black-sliver@users.noreply.github.com> Date: Sun, 26 Mar 2023 00:54:56 +0100 Subject: [PATCH] CI: run build_exe twice (#1598) * CI: run build_exe twice ... ... to find broken conditional imports * CI: build again in venv --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5ab2d18e..26a6e830 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -94,6 +94,10 @@ jobs: echo "APPIMAGE_NAME=$APPIMAGE_NAME" >> $GITHUB_ENV echo "TAR_NAME=$TAR_NAME" >> $GITHUB_ENV # - copy code above to release.yml - + - name: Build Again + run: | + source venv/bin/activate + python setup.py build_exe --yes - name: Store AppImage uses: actions/upload-artifact@v3 with: