File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 6161 # 1. Download keychain from GH secrets and decode it from base64
6262 # 2. Add the keychain to the system keychains and unlock it
6363 # 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)
6565 # 5. Recalculate package checksum and replace it in the goreleaser nnnnnn-checksums.txt file
6666 run : |
6767 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"
44sign {
55 application_identity = " Developer ID Application: ARDUINO SA (7KT7ZWMCJT)"
66}
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