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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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