From 76bd6a22257b03196ae984776e0b36b7749f11b5 Mon Sep 17 00:00:00 2001 From: SavageCore Date: Wed, 13 Sep 2023 22:26:17 +0100 Subject: [PATCH] ree --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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