Skip to content

Commit 6f26c86

Browse files
authored
Merge pull request #70 from arduino/gon-bye
Replace mitchellh/go used for macOS notarization
2 parents 170a4c2 + 9ffcfef commit 6f26c86

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

+3-2
Original file line numberDiff line numberDiff line change
@@ -125,14 +125,14 @@ jobs:
125125
126126
- name: Install gon for code signing and app notarization
127127
run: |
128-
wget -q https://github.com/mitchellh/gon/releases/download/v0.2.3/gon_macos.zip
128+
wget -q https://github.com/Bearer/gon/releases/download/v0.0.27/gon_macos.zip
129129
unzip gon_macos.zip -d /usr/local/bin
130130
131131
- name: Write gon config to file
132132
# gon does not allow env variables in config file (https://github.com/mitchellh/gon/issues/20)
133133
run: |
134134
cat > "${{ env.GON_CONFIG_PATH }}" <<EOF
135-
# See: https://github.com/mitchellh/gon#configuration-file
135+
# See: https://github.com/Bearer/gon#configuration-file
136136
source = ["${{ env.DIST_DIR }}/${{ env.PROJECT_NAME }}_osx_${{ matrix.artifact.name }}/${{ env.PROJECT_NAME }}"]
137137
bundle_id = "cc.arduino.${{ env.PROJECT_NAME }}"
138138
@@ -151,6 +151,7 @@ jobs:
151151
env:
152152
AC_USERNAME: ${{ secrets.AC_USERNAME }}
153153
AC_PASSWORD: ${{ secrets.AC_PASSWORD }}
154+
AC_PROVIDER: ${{ secrets.AC_PROVIDER }}
154155
run: |
155156
gon "${{ env.GON_CONFIG_PATH }}"
156157

0 commit comments

Comments
 (0)