From 70dd853ae3bcc9dcef2be3496e9eebe8cb91ca03 Mon Sep 17 00:00:00 2001 From: Joscha Metze Date: Wed, 3 May 2023 14:19:50 +0200 Subject: [PATCH] move flag around --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 11b9e1ab..745f271d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -87,7 +87,7 @@ jobs: - name: Build Executable run: | pip install tox - tox -e build_executable -- --name maus_cli_${{ runner.os == 'Windows' && 'win' || runner.os == 'macOS' && 'macos.app' || 'linux' }} --codesign-identity BC9D64D82416AF9EB2A9487FDBFAB05ED6B39CA3 --windowed --target-arch universal2 --osx-bundle-identifier de.hochfrequenz.maus + tox -e build_executable -- -w --name maus_cli_${{ runner.os == 'Windows' && 'win' || runner.os == 'macOS' && 'macos' || 'linux' }} --codesign-identity BC9D64D82416AF9EB2A9487FDBFAB05ED6B39CA3 --target-arch universal2 --osx-bundle-identifier de.hochfrequenz.maus - name: Package app run: | ditto -c -k --keepParent "dist/maus_cli_macos.app" dist/maus_cli_macos.zip