mirror of
https://github.com/chidiwilliams/buzz.git
synced 2026-03-14 22:55:46 +01:00
Fix randomly opened windows in PyInstaller app (#38)
This commit is contained in:
parent
eff14400e0
commit
b168ba8313
3 changed files with 19 additions and 9 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue