Skip to content

Commit

Permalink
fix: update application identity in release workflow to use Massimo B…
Browse files Browse the repository at this point in the history
…anzi's Apple Key
  • Loading branch information
dido18 committed Jan 20, 2025
1 parent 62e324b commit c042f10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ jobs:
bundle_id = "cc.arduino.${{ env.PROJECT_NAME }}"
sign {
application_identity = "Developer ID Application: ARDUINO SA (7KT7ZWMCJT)"
application_identity = "Massimo Banzi Apple Key"
deep = true
}
Expand Down Expand Up @@ -582,7 +582,7 @@ jobs:
bundle_id = "cc.arduino.${{ env.PROJECT_NAME }}-installer"
sign {
application_identity = "Developer ID Application: ARDUINO SA (7KT7ZWMCJT)"
application_identity = "Massimo Banzi Apple Key"
}
# Ask Gon for zip output to force notarization process to take place.
Expand Down

0 comments on commit c042f10

Please sign in to comment.