Skip to content

Commit b85bd88

Browse files
authored
Merge pull request #30 from arduino/gon-bye
Replace mitchellh/go used for macOS notarization
2 parents fc8f1a8 + 4c29b11 commit b85bd88

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -150,13 +150,14 @@ jobs:
150150
151151
- name: Install gon for code signing and app notarization
152152
run: |
153-
wget -q https://github.com/mitchellh/gon/releases/download/v0.2.3/gon_macos.zip
153+
wget -q https://github.com/Bearer/gon/releases/download/v0.0.27/gon_macos.zip
154154
unzip gon_macos.zip -d /usr/local/bin
155155
156156
- name: Sign and notarize binary
157157
env:
158158
AC_USERNAME: ${{ secrets.AC_USERNAME }}
159159
AC_PASSWORD: ${{ secrets.AC_PASSWORD }}
160+
AC_PROVIDER: ${{ secrets.AC_PROVIDER }}
160161
run: |
161162
gon gon.config.hcl
162163

gon.config.hcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/general/gon.config.hcl
2-
# See: https://github.com/mitchellh/gon#configuration-file
2+
# See: https://github.com/Bearer/gon#configuration-file
33
source = ["dist/avrdude_macOS_64bit/bin/avrdude"]
44
bundle_id = "cc.arduino.avrdude"
55

0 commit comments

Comments
 (0)