mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 17:48:59 +08:00
Use correct bundle id
Contributes to CURA-9365
This commit is contained in:
parent
3d422e1e29
commit
cd288f3d8b
2
.github/workflows/cura-installer.yml
vendored
2
.github/workflows/cura-installer.yml
vendored
@ -197,7 +197,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Sign the MacOS dmg (Bash) alternative
|
- name: Sign the MacOS dmg (Bash) alternative
|
||||||
if: ${{ github.event.inputs.installer == 'true' && runner.os == 'Macos' }}
|
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
|
working-directory: dist
|
||||||
|
|
||||||
- name: Notarize the MacOS dmg (Bash) alternative
|
- name: Notarize the MacOS dmg (Bash) alternative
|
||||||
|
Loading…
x
Reference in New Issue
Block a user