Skip to content

Commit

Permalink
Fix build.yml to use .spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
euwbah committed Aug 8, 2021
1 parent 90f61ac commit 2ddb8dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ jobs:
- os: macos-latest
TARGET: macos
CMD_BUILD: >
pyinstaller -F -n microtonal-seaboard main.py &&
pyinstaller -F microtonal-seaboard.spec &&
cd dist/ &&
zip -r9 microtonal-seaboard-macos.zip ../mappings microtonal-seaboard
OUT_FILE_NAME: microtonal-seaboard-macos.zip
ASSET_MIME: application/zip
- os: windows-latest
TARGET: windows
CMD_BUILD: >
pyinstaller -F -n microtonal-seaboard main.py &&
pyinstaller -F microtonal-seaboard.spec &&
cd dist/ &&
tar -a -c -f microtonal-seaboard-windows.zip ../mappings microtonal-seaboard.exe
OUT_FILE_NAME: microtonal-seaboard-windows.zip
Expand Down

0 comments on commit 2ddb8dc

Please sign in to comment.