From ffee0430471b0abeddc812e75384c1397d62a67d Mon Sep 17 00:00:00 2001 From: Michael Rittmeister Date: Tue, 25 Jun 2024 17:30:30 +0200 Subject: [PATCH] Disable notarization for now --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b9bdad..024b8f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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