File tree 2 files changed +6
-4
lines changed
2 files changed +6
-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 = ["${{ env.DIST_DIR }}/${{ env.PROJECT_NAME }}_osx_${{ matrix.artifact.name }}/${{ env.PROJECT_NAME }}"]
129
129
bundle_id = "cc.arduino.${{ env.PROJECT_NAME }}"
130
130
@@ -143,6 +143,7 @@ jobs:
143
143
env :
144
144
AC_USERNAME : ${{ secrets.AC_USERNAME }}
145
145
AC_PASSWORD : ${{ secrets.AC_PASSWORD }}
146
+ AC_PROVIDER : ${{ secrets.AC_PROVIDER }}
146
147
run : |
147
148
gon "${{ env.GON_CONFIG_PATH }}"
148
149
Original file line number Diff line number Diff line change @@ -122,14 +122,14 @@ jobs:
122
122
123
123
- name : Install gon for code signing and app notarization
124
124
run : |
125
- wget -q https://github.com/mitchellh /gon/releases/download/v0.2.3 /gon_macos.zip
125
+ wget -q https://github.com/Bearer /gon/releases/download/v0.0.27 /gon_macos.zip
126
126
unzip gon_macos.zip -d /usr/local/bin
127
127
128
128
- name : Write gon config to file
129
129
# gon does not allow env variables in config file (https://github.com/mitchellh/gon/issues/20)
130
130
run : |
131
131
cat > "${{ env.GON_CONFIG_PATH }}" <<EOF
132
- # See: https://github.com/mitchellh /gon#configuration-file
132
+ # See: https://github.com/Bearer /gon#configuration-file
133
133
source = ["${{ env.DIST_DIR }}/${{ env.PROJECT_NAME }}_osx_${{ matrix.artifact.name }}/${{ env.PROJECT_NAME }}"]
134
134
bundle_id = "cc.arduino.${{ env.PROJECT_NAME }}"
135
135
@@ -148,6 +148,7 @@ jobs:
148
148
env :
149
149
AC_USERNAME : ${{ secrets.AC_USERNAME }}
150
150
AC_PASSWORD : ${{ secrets.AC_PASSWORD }}
151
+ AC_PROVIDER : ${{ secrets.AC_PROVIDER }}
151
152
run : |
152
153
gon "${{ env.GON_CONFIG_PATH }}"
153
154
You can’t perform that action at this time.
0 commit comments