Skip to content

Commit 8de3092

Browse files
committed
f
1 parent b0a7387 commit 8de3092

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,7 @@ jobs:
165165
source = ["${{ env.DIST_DIR }}/${{ env.BUILD_FOLDER }}/${{ env.PROJECT_NAME }}"]
166166
bundle_id = "cc.arduino.${{ env.PROJECT_NAME }}"
167167
168-
sign {
169-
}
168+
sign {}
170169
171170
# Ask Gon for zip output to force notarization process to take place.
172171
# The CI will ignore the zip output, using the signed binary only.

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,7 @@ jobs:
165165
source = ["${{ env.DIST_DIR }}/${{ env.BUILD_FOLDER }}/${{ env.PROJECT_NAME }}"]
166166
bundle_id = "cc.arduino.${{ env.PROJECT_NAME }}"
167167
168-
sign {
169-
}
168+
sign {}
170169
171170
# Ask Gon for zip output to force notarization process to take place.
172171
# The CI will ignore the zip output, using the signed binary only.

0 commit comments

Comments
 (0)