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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

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: