CI: run build_exe twice (#1598)

* CI: run build_exe twice ...

... to find broken conditional imports

* CI: build again in venv
This commit is contained in:
black-sliver
2023-03-26 00:54:56 +01:00
committed by GitHub
parent f2e1495d39
commit 7d603e7d8d

View File

@@ -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: