Skip to content

Commit

Permalink
Update build_windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
a-mosquito authored Oct 9, 2023
1 parent 26f6213 commit b891fd0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ name: Create Standalone (Windows)
on:
release:
types: [published]
push:
branches:
- main

jobs:
build:
Expand All @@ -21,12 +24,11 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install poetry
poetry config virtualenvs.in-project true
poetry install
- name: Create executable
run: |
poetry shell
.venv/Scripts/activate
pip install pyinstaller
pyinstaller start_gui.spec
7z a -tzip esb_gui_windows.zip ./dist/start_gui.exe
Expand Down

0 comments on commit b891fd0

Please sign in to comment.