From d38b6d0b9c04eafcc1ab6c9c47af989566f265f4 Mon Sep 17 00:00:00 2001 From: tooomm Date: Sun, 15 Mar 2026 15:11:37 +0100 Subject: [PATCH] macos sign --- .github/workflows/desktop-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index f99c91abb..4313ac5d4 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -462,7 +462,7 @@ jobs: key: ccache-${{matrix.runner}}-${{matrix.soc}}-${{matrix.type}}-${{env.BRANCH_NAME}} - name: Sign app bundle - if: matrix.os == 'macOS' && matrix.make_package && needs.configure.outputs.tag != null + if: matrix.os == 'macOS' && matrix.make_package id: sign_macos env: MACOS_CERTIFICATE_NAME: ${{ secrets.PROD_MACOS_CERTIFICATE_NAME }} @@ -475,7 +475,7 @@ jobs: fi - name: Notarize app bundle - if: steps.sign_macos.outcome == 'success' + if: steps.sign_macos.outcome == 'success' && needs.configure.outputs.tag != null env: MACOS_NOTARIZATION_APPLE_ID: ${{ secrets.PROD_MACOS_NOTARIZATION_APPLE_ID }} MACOS_NOTARIZATION_TEAM_ID: ${{ secrets.PROD_MACOS_NOTARIZATION_TEAM_ID }}