Enable for testing

This reverts commit cbab00b721.
This commit is contained in:
tooomm 2026-06-19 16:56:23 +02:00
parent 31e38011f0
commit cd6735adf2

View File

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