Skip to content

Commit c042f10

Browse files
committed
fix: update application identity in release workflow to use Massimo Banzi's Apple Key
1 parent 62e324b commit c042f10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ jobs:
314314
bundle_id = "cc.arduino.${{ env.PROJECT_NAME }}"
315315
316316
sign {
317-
application_identity = "Developer ID Application: ARDUINO SA (7KT7ZWMCJT)"
317+
application_identity = "Massimo Banzi Apple Key"
318318
deep = true
319319
}
320320
@@ -582,7 +582,7 @@ jobs:
582582
bundle_id = "cc.arduino.${{ env.PROJECT_NAME }}-installer"
583583
584584
sign {
585-
application_identity = "Developer ID Application: ARDUINO SA (7KT7ZWMCJT)"
585+
application_identity = "Massimo Banzi Apple Key"
586586
}
587587
588588
# Ask Gon for zip output to force notarization process to take place.

0 commit comments

Comments
 (0)