File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -117,14 +117,14 @@ jobs:
117
117
118
118
- name : Install gon for code signing and app notarization
119
119
run : |
120
- wget -q https://github.com/mitchellh /gon/releases/download/v0.2.3 /gon_macos.zip
120
+ wget -q https://github.com/Bearer /gon/releases/download/v0.0.27 /gon_macos.zip
121
121
unzip gon_macos.zip -d /usr/local/bin
122
122
123
123
- name : Write gon config to file
124
124
# gon does not allow env variables in config file (https://github.com/mitchellh/gon/issues/20)
125
125
run : |
126
126
cat > "${{ env.GON_CONFIG_PATH }}" <<EOF
127
- # See: https://github.com/mitchellh /gon#configuration-file
127
+ # See: https://github.com/Bearer /gon#configuration-file
128
128
source = ["dist/arduino-cli_osx_${{ matrix.artifact.name }}/arduino-cli"]
129
129
bundle_id = "cc.arduino.arduino-cli"
130
130
Original file line number Diff line number Diff line change @@ -121,14 +121,14 @@ jobs:
121
121
122
122
- name : Install gon for code signing and app notarization
123
123
run : |
124
- wget -q https://github.com/mitchellh /gon/releases/download/v0.2.3 /gon_macos.zip
124
+ wget -q https://github.com/Bearer /gon/releases/download/v0.0.27 /gon_macos.zip
125
125
unzip gon_macos.zip -d /usr/local/bin
126
126
127
127
- name : Write gon config to file
128
128
# gon does not allow env variables in config file (https://github.com/mitchellh/gon/issues/20)
129
129
run : |
130
130
cat > "${{ env.GON_CONFIG_PATH }}" <<EOF
131
- # See: https://github.com/mitchellh /gon#configuration-file
131
+ # See: https://github.com/Bearer /gon#configuration-file
132
132
source = ["dist/arduino-cli_osx_${{ matrix.artifact.name }}/arduino-cli"]
133
133
bundle_id = "cc.arduino.arduino-cli"
134
134
You can’t perform that action at this time.
0 commit comments