From cd6735adf2a3285f3eba7501e72ca31daefce8dc Mon Sep 17 00:00:00 2001 From: tooomm Date: Fri, 19 Jun 2026 16:56:23 +0200 Subject: [PATCH] Enable for testing This reverts commit cbab00b72140d9aa256c0b70e12e72291b4f0360. --- .github/workflows/desktop-build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index f466b1d7f..9ad93a5fb 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -480,7 +480,8 @@ 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' && matrix.make_package && needs.configure.outputs.tag != null + if: matrix.os == 'macOS' shell: bash env: BUILD_PATH: ${{ steps.build.outputs.path }}