Skip to content

Commit 0219a37

Browse files
committed
(d) modify nightly build system for testing"
1 parent a43c528 commit 0219a37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-go-nightly-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
bundle_id = "cc.arduino.${{ env.PROJECT_NAME }}"
172172
173173
sign {
174-
application_identity = "Developer ID Application: ARDUINO SA (7KT7ZWMCJT)"
174+
application_identity = "Developer ID Application: Per Tillisch (9M5NQMNWBJ)"
175175
}
176176
177177
# Ask Gon for zip output to force notarization process to take place.

.github/workflows/release-go-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
bundle_id = "cc.arduino.${{ env.PROJECT_NAME }}"
171171
172172
sign {
173-
application_identity = "Developer ID Application: ARDUINO SA (7KT7ZWMCJT)"
173+
application_identity = "Developer ID Application: Per Tillisch (9M5NQMNWBJ)"
174174
}
175175
176176
# Ask Gon for zip output to force notarization process to take place.

0 commit comments

Comments
 (0)