From cbab00b72140d9aa256c0b70e12e72291b4f0360 Mon Sep 17 00:00:00 2001 From: tooomm Date: Sun, 14 Jun 2026 07:05:43 +0200 Subject: [PATCH] Update desktop-build.yml --- .github/workflows/desktop-build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index 17a85529f..cbc382c96 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -475,8 +475,7 @@ jobs: path: ${{ env.CCACHE_DIR }} - name: "[macOS] Sign & notarize app bundle" - # if: matrix.os == 'macOS' && matrix.make_package && needs.configure.outputs.tag != null - if: matrix.os == 'macOS' + if: matrix.os == 'macOS' && matrix.make_package && needs.configure.outputs.tag != null shell: bash env: MACOS_CERTIFICATE_NAME: ${{ secrets.PROD_MACOS_CERTIFICATE_NAME }}