diff --git a/.github/workflows/build_mac.yml b/.github/workflows/build_mac.yml index 12ac7bf..f70b555 100644 --- a/.github/workflows/build_mac.yml +++ b/.github/workflows/build_mac.yml @@ -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