Skip to content

Commit 7d603e7

Browse files
authored
CI: run build_exe twice (#1598)
* CI: run build_exe twice ... ... to find broken conditional imports * CI: build again in venv
1 parent f2e1495 commit 7d603e7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

+4
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ jobs:
9494
echo "APPIMAGE_NAME=$APPIMAGE_NAME" >> $GITHUB_ENV
9595
echo "TAR_NAME=$TAR_NAME" >> $GITHUB_ENV
9696
# - copy code above to release.yml -
97+
- name: Build Again
98+
run: |
99+
source venv/bin/activate
100+
python setup.py build_exe --yes
97101
- name: Store AppImage
98102
uses: actions/upload-artifact@v3
99103
with:

0 commit comments

Comments
 (0)