Skip to content

Commit 8859f2c

Browse files
authored
Merge pull request #6 from arduino/gon-bye
Replace mitchellh/go used for macOS notarization
2 parents 9715d04 + 53bf32f commit 8859f2c

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
@@ -114,14 +114,14 @@ jobs:
114114
115115
- name: Install gon for code signing and app notarization
116116
run: |
117-
wget -q https://github.com/mitchellh/gon/releases/download/v0.2.3/gon_macos.zip
117+
wget -q https://github.com/Bearer/gon/releases/download/v0.0.27/gon_macos.zip
118118
unzip gon_macos.zip -d /usr/local/bin
119119
120120
- name: Write gon config to file
121121
# gon does not allow env variables in config file (https://github.com/mitchellh/gon/issues/20)
122122
run: |
123123
cat > "${{ env.GON_CONFIG_PATH }}" <<EOF
124-
# See: https://github.com/mitchellh/gon#configuration-file
124+
# See: https://github.com/Bearer/gon#configuration-file
125125
source = ["${{ env.DIST_DIR }}/${{ env.PROJECT_NAME }}_osx_${{ matrix.artifact.name }}/${{ env.PROJECT_NAME }}"]
126126
bundle_id = "cc.arduino.${{ env.PROJECT_NAME }}"
127127
@@ -140,6 +140,7 @@ jobs:
140140
env:
141141
AC_USERNAME: ${{ secrets.AC_USERNAME }}
142142
AC_PASSWORD: ${{ secrets.AC_PASSWORD }}
143+
AC_PROVIDER: ${{ secrets.AC_PROVIDER }}
143144
run: |
144145
gon "${{ env.GON_CONFIG_PATH }}"
145146

0 commit comments

Comments
 (0)