Skip to content

Commit 28e1d67

Browse files
authored
move to fork, since mitchellh/gon uses deprecated tooling and is archived (#34)
1 parent cec7b93 commit 28e1d67

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,13 +225,14 @@ jobs:
225225
226226
- name: Install gon for code signing and app notarization
227227
run: |
228-
wget -q https://github.com/mitchellh/gon/releases/download/v0.2.3/gon_macos.zip
228+
wget -q https://github.com/Bearer/gon/releases/download/v0.0.27/gon_macos.zip
229229
unzip gon_macos.zip -d /usr/local/bin
230230
231231
- name: Sign and notarize binary
232232
env:
233233
AC_USERNAME: ${{ secrets.AC_USERNAME }}
234234
AC_PASSWORD: ${{ secrets.AC_PASSWORD }}
235+
AC_PROVIDER: ${{ secrets.AC_PROVIDER }}
235236
run: |
236237
gon gon.config.hcl
237238

gon.config.hcl

Lines changed: 1 addition & 1 deletion
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/imgtool_macOS_64bit/imgtool"]
44
bundle_id = "cc.arduino.imgtool"
55

0 commit comments

Comments
 (0)