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 }}