Skip to content

Commit 6a0ce68

Browse files
authored
Merge pull request #52 from arduino/gon-bye
Replace mitchellh/go used for macOS notarization
2 parents c0a4fe9 + 48d32ee commit 6a0ce68

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,14 +116,14 @@ jobs:
116116
117117
- name: Install gon for code signing and app notarization
118118
run: |
119-
wget -q https://github.com/mitchellh/gon/releases/download/v0.2.3/gon_macos.zip
119+
wget -q https://github.com/Bearer/gon/releases/download/v0.0.27/gon_macos.zip
120120
unzip gon_macos.zip -d /usr/local/bin
121121
122122
- name: Write gon config to file
123123
# gon does not allow env variables in config file (https://github.com/mitchellh/gon/issues/20)
124124
run: |
125125
cat > "${{ env.GON_CONFIG_PATH }}" <<EOF
126-
# See: https://github.com/mitchellh/gon#configuration-file
126+
# See: https://github.com/Bearer/gon#configuration-file
127127
source = ["${{ env.DIST_DIR }}/${{ env.PROJECT_NAME }}_osx_${{ matrix.artifact.name }}/${{ env.PROJECT_NAME }}"]
128128
bundle_id = "cc.arduino.${{ env.PROJECT_NAME }}"
129129
@@ -143,6 +143,7 @@ jobs:
143143
env:
144144
AC_USERNAME: ${{ secrets.AC_USERNAME }}
145145
AC_PASSWORD: ${{ secrets.AC_PASSWORD }}
146+
AC_PROVIDER: ${{ secrets.AC_PROVIDER }}
146147
run: |
147148
gon "${{ env.GON_CONFIG_PATH }}"
148149

0 commit comments

Comments
 (0)