Fix randomly opened windows in PyInstaller app (#38)

This commit is contained in:
Chidi Williams 2022-10-09 23:24:38 +01:00 committed by GitHub
commit b168ba8313
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 19 additions and 9 deletions

View file

@ -35,13 +35,13 @@ jobs:
- os: macos-latest
CMD_BUILD: |
brew install create-dmg
poetry run make bundle_mac version=$GITHUB_REF_NAME
poetry run make bundle_mac
- os: ubuntu-latest
CMD_BUILD: |
poetry run make bundle_linux version=$GITHUB_REF_NAME
poetry run make bundle_linux
- os: windows-latest
CMD_BUILD: |
poetry run make bundle_windows version=$env:GITHUB_REF_NAME
poetry run make bundle_windows
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
@ -63,6 +63,8 @@ jobs:
- run: poetry install
- run: ${{ matrix.CMD_BUILD }}
env:
BUZZ_VERSION: ${{ github.ref_name }}
- uses: actions/upload-artifact@v3
with:
name: Buzz