Skip to content

Commit

Permalink
check extension
Browse files Browse the repository at this point in the history
  • Loading branch information
JoschaMetze committed May 2, 2023
1 parent f1d0dbd commit 37372f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
strategy:
matrix:
python-version: ["3.11"]
os: [ubuntu-latest, windows-latest, [self-hosted, macos-latest]]
os: [ubuntu-latest, windows-latest, [macos-latest]]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
Expand All @@ -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
tox -e build_executable -- --name maus_cli_${{ runner.os == 'Windows' && 'win' || runner.os == 'macOS' && 'macos' || 'linux' }} --codesign-identity BC9D64D82416AF9EB2A9487FDBFAB05ED6B39CA3 --windowed
- name: Package app
run: |
ditto -c -k --keepParent "dist/maus_cli_macos.app" dist/maus_cli_macos.zip
Expand Down

0 comments on commit 37372f6

Please sign in to comment.