Skip to content

Commit 5a3fd44

Browse files
authored
move to fork, since mitchellh/gon uses deprecated tooling and is archived (#143)
1 parent 73a6118 commit 5a3fd44

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: .github/workflows/release-go-task.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,14 @@ jobs:
8888
8989
- name: Install gon for code signing and app notarization
9090
run: |
91-
wget -q https://github.com/mitchellh/gon/releases/download/v0.2.3/gon_macos.zip
91+
wget -q https://github.com/Bearer/gon/releases/download/v0.0.27/gon_macos.zip
9292
unzip gon_macos.zip -d /usr/local/bin
9393
9494
- name: Sign and notarize binary
9595
env:
9696
AC_USERNAME: ${{ secrets.AC_USERNAME }}
9797
AC_PASSWORD: ${{ secrets.AC_PASSWORD }}
98+
AC_PROVIDER: ${{ secrets.AC_PROVIDER }}
9899
run: |
99100
gon gon.config.hcl
100101

Diff for: 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/arduino-cloud-cli_osx_darwin_amd64/arduino-cloud-cli"]
44
bundle_id = "cc.arduino.arduino-cloud-cli"
55

0 commit comments

Comments
 (0)