Update desktop-build.yml

This commit is contained in:
tooomm
2026-06-14 07:05:43 +02:00
committed by GitHub
parent cc4f21b369
commit cbab00b721

View File

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