Skip to content

Commit

Permalink
Disable notarization for now
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Jun 25, 2024
1 parent 2f5eda8 commit ffee043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
run: |
& 'C:/Program Files (x86)/Windows Kits/10/bin/10.0.22621.0/x64/makeappx.exe' pack /d app/desktop/build/msix-workspace /p Tonbrett.msix
- name: Notarize MacOS installer
if: matrix.os == 'macos-14'
if: matrix.os == 'macos-14' && startsWith(github.ref, 'refs/tags/')
env:
NOTARIZATION_PASSWORD: ${{ secrets.NOTARIZATION_PASSWORD }}
run: ./gradlew notarizeReleasePkg -Pcompose.desktop.mac.sign=true
Expand Down

0 comments on commit ffee043

Please sign in to comment.