Skip to content

Commit 150190c

Browse files
authored
Replace mitchellh/go used for macOS notarization (#23)
1 parent 8828e2a commit 150190c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

+3-2
Original file line numberDiff line numberDiff line change
@@ -123,14 +123,14 @@ jobs:
123123
124124
- name: Install gon for code signing and app notarization
125125
run: |
126-
wget -q https://github.com/mitchellh/gon/releases/download/v0.2.3/gon_macos.zip
126+
wget -q https://github.com/Bearer/gon/releases/download/v0.0.27/gon_macos.zip
127127
unzip gon_macos.zip -d /usr/local/bin
128128
129129
- name: Write gon config to file
130130
# gon does not allow env variables in config file (https://github.com/mitchellh/gon/issues/20)
131131
run: |
132132
cat > "${{ env.GON_CONFIG_PATH }}" <<EOF
133-
# See: https://github.com/mitchellh/gon#configuration-file
133+
# See: https://github.com/Bearer/gon#configuration-file
134134
source = ["${{ env.DIST_DIR }}/${{ env.PROJECT_NAME }}_osx_${{ matrix.artifact.name }}/${{ env.PROJECT_NAME }}"]
135135
bundle_id = "cc.arduino.${{ env.PROJECT_NAME }}"
136136
@@ -149,6 +149,7 @@ jobs:
149149
env:
150150
AC_USERNAME: ${{ secrets.AC_USERNAME }}
151151
AC_PASSWORD: ${{ secrets.AC_PASSWORD }}
152+
AC_PROVIDER: ${{ secrets.AC_PROVIDER }}
152153
run: |
153154
gon "${{ env.GON_CONFIG_PATH }}"
154155

0 commit comments

Comments
 (0)