From cd288f3d8bf4287e0b86d1815a2fb77140f09f02 Mon Sep 17 00:00:00 2001 From: jellespijker Date: Mon, 4 Jul 2022 14:38:42 +0200 Subject: [PATCH] Use correct bundle id Contributes to CURA-9365 --- .github/workflows/cura-installer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cura-installer.yml b/.github/workflows/cura-installer.yml index ddd886a0db..adb263abdd 100644 --- a/.github/workflows/cura-installer.yml +++ b/.github/workflows/cura-installer.yml @@ -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