Skip to content

Commit

Permalink
Update build_mac.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
a-mosquito authored Oct 9, 2023
1 parent f04cb30 commit a83aaff
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,13 @@ 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
source .venv/bin/activate
pip install pyinstaller
pyinstaller start_gui.spec
pwd
ls
zip esb_gui_macos.zip ./dist/start_gui
- name: Upload Release Asset
Expand Down

0 comments on commit a83aaff

Please sign in to comment.