diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9d98db9..4eb4d4c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,9 +15,9 @@ jobs: - os: macos-latest TARGET: macos CMD_BUILD: > - pyinstaller -F -w -n torf-gui-macOS torfGUI/gui.py && + pyinstaller -F -w -n torf-gui torfGUI/gui.py && cd dist/ && - zip -r9 torf-gui torf-gui.app/ + zip -r9 torf-gui-macOS torf-gui.app/ OUT_FILE_NAME: torf-gui-macOS.zip ASSET_MIME: application/zip - os: windows-latest