Skip to content

Commit

Permalink
fix workflow for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
a-mosquito committed Oct 2, 2023
1 parent 03f5936 commit 267dbc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
run: |
pip install pyinstaller
pyinstaller start_gui.spec
zip esb_gui_macos.zip ./dist/esb_gui_macos
pwd
ls
zip esb_gui_macos.zip ./dist/start_gui
- name: Upload Release Asset
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit 267dbc5

Please sign in to comment.