Skip to content

Commit a9400c2

Browse files
authored
move to fork, since mitchellh/gon uses deprecated tooling and is archived (#32)
1 parent a1339b1 commit a9400c2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/release-go-crosscompile-task.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,14 @@ jobs:
9595
9696
- name: Install gon for code signing and app notarization
9797
run: |
98-
wget -q https://github.com/mitchellh/gon/releases/download/v0.2.3/gon_macos.zip
98+
wget -q https://github.com/Bearer/gon/releases/download/v0.0.27/gon_macos.zip
9999
unzip gon_macos.zip -d /usr/local/bin
100100
101101
- name: Sign and notarize binary
102102
env:
103103
AC_USERNAME: ${{ secrets.AC_USERNAME }}
104104
AC_PASSWORD: ${{ secrets.AC_PASSWORD }}
105+
AC_PROVIDER: ${{ secrets.AC_PROVIDER }}
105106
run: |
106107
gon gon.config.hcl
107108

gon.config.hcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/general/gon.config.hcl
3-
# See: https://github.com/mitchellh/gon#configuration-file
3+
# See: https://github.com/Bearer/gon#configuration-file
44
source = ["dist/arduino-cslt_osx_darwin_amd64/arduino-cslt"]
55
bundle_id = "cc.arduino.arduino-cslt"
66

0 commit comments

Comments
 (0)