File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 61
61
# 1. Download keychain from GH secrets and decode it from base64
62
62
# 2. Add the keychain to the system keychains and unlock it
63
63
# 3. Call Gon to start notarization process (using AC_USERNAME and AC_PASSWORD)
64
- # 4. Repackage the signed binary replaced in place by Gon
64
+ # 4. Repackage the signed binary replaced in place by Gon (ignoring the output zip file)
65
65
# 5. Recalculate package checksum and replace it in the goreleaser nnnnnn-checksums.txt file
66
66
run : |
67
67
echo "${{ secrets.KEYCHAIN }}" | base64 --decode > ~/Library/Keychains/apple-developer.keychain-db
Original file line number Diff line number Diff line change @@ -4,3 +4,9 @@ bundle_id = "cc.arduino.arduino-cli"
4
4
sign {
5
5
application_identity = " Developer ID Application: ARDUINO SA (7KT7ZWMCJT)"
6
6
}
7
+
8
+ # Ask Gon for zip output to force notarization process to take place.
9
+ # The CI will ignore the zip output, using the signed binary only.
10
+ zip {
11
+ output_path = " arduino-cli.zip"
12
+ }
You can’t perform that action at this time.
0 commit comments