Use correct bundle id

Contributes to CURA-9365
This commit is contained in:
jellespijker 2022-07-04 14:38:42 +02:00
parent 3d422e1e29
commit cd288f3d8b

View file

@ -197,7 +197,7 @@ jobs:
- name: Sign the MacOS dmg (Bash) alternative
if: ${{ github.event.inputs.installer == 'true' && runner.os == 'Macos' }}
run: codesign -s "$CODESIGN_IDENTITY" --timestamp -i "nl.ultimaker.cura.dmg" "./Ultimaker-Cura.dmg"
run: codesign -s "$CODESIGN_IDENTITY" --timestamp -i "nl.ultimaker.cura" "./Ultimaker-Cura.dmg"
working-directory: dist
- name: Notarize the MacOS dmg (Bash) alternative