Skip to content

Commit 5a21c5c

Browse files
authored
move to fork, since mitchellh/gon uses deprecated tooling and is archived
1 parent 5eca7ec commit 5a21c5c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

+3-2
Original file line numberDiff line numberDiff line change
@@ -119,14 +119,14 @@ jobs:
119119
120120
- name: Install gon for code signing and app notarization
121121
run: |
122-
wget -q https://github.com/mitchellh/gon/releases/download/v0.2.3/gon_macos.zip
122+
wget -q https://github.com/Bearer/gon/releases/download/v0.0.27/gon_macos.zip
123123
unzip gon_macos.zip -d /usr/local/bin
124124
125125
- name: Write gon config to file
126126
# gon does not allow env variables in config file (https://github.com/mitchellh/gon/issues/20)
127127
run: |
128128
cat > "${{ env.GON_CONFIG_PATH }}" <<EOF
129-
# See: https://github.com/mitchellh/gon#configuration-file
129+
# See: https://github.com/Bearer/gon#configuration-file
130130
source = ["${{ env.DIST_DIR }}/${{ env.PROJECT_NAME }}_osx_${{ matrix.artifact.name }}/${{ env.PROJECT_NAME }}"]
131131
bundle_id = "cc.arduino.${{ env.PROJECT_NAME }}"
132132
@@ -145,6 +145,7 @@ jobs:
145145
env:
146146
AC_USERNAME: ${{ secrets.AC_USERNAME }}
147147
AC_PASSWORD: ${{ secrets.AC_PASSWORD }}
148+
AC_PROVIDER: ${{ secrets.AC_PROVIDER }}
148149
run: |
149150
gon "${{ env.GON_CONFIG_PATH }}"
150151

0 commit comments

Comments
 (0)