File tree 3 files changed +0
-11
lines changed
3 files changed +0
-11
lines changed Original file line number Diff line number Diff line change 73
73
name : Notarize ${{ matrix.build.folder-suffix }}
74
74
runs-on : macos-latest
75
75
needs : create-nightly-artifacts
76
-
77
- outputs :
78
- checksum-darwin_amd64 : ${{ steps.re-package.outputs.checksum-darwin_amd64 }}
79
- checksum-darwin_arm64 : ${{ steps.re-package.outputs.checksum-darwin_arm64 }}
80
-
81
76
permissions :
82
77
contents : read
83
78
@@ -165,7 +160,6 @@ jobs:
165
160
gon "${{ env.GON_CONFIG_PATH }}"
166
161
167
162
- name : Re-package binary
168
- id : re-package
169
163
working-directory : ${{ env.DIST_DIR }}
170
164
# Repackage the signed binary replaced in place by Gon (ignoring the output zip file)
171
165
run : |
Original file line number Diff line number Diff line change @@ -182,7 +182,6 @@ jobs:
182
182
gon "${{ env.GON_CONFIG_PATH }}"
183
183
184
184
- name : Re-package binary
185
- id : re-package
186
185
working-directory : ${{ env.DIST_DIR }}
187
186
# Repackage the signed binary replaced in place by Gon (ignoring the output zip file)
188
187
run : |
Original file line number Diff line number Diff line change 80
80
name : Notarize ${{ matrix.build.folder-suffix }}
81
81
runs-on : macos-latest
82
82
needs : create-release-artifacts
83
- outputs :
84
- checksum-darwin_amd64 : ${{ steps.re-package.outputs.checksum-darwin_amd64 }}
85
- checksum-darwin_arm64 : ${{ steps.re-package.outputs.checksum-darwin_arm64 }}
86
83
permissions :
87
84
contents : read
88
85
@@ -172,7 +169,6 @@ jobs:
172
169
gon "${{ env.GON_CONFIG_PATH }}"
173
170
174
171
- name : Re-package binary
175
- id : re-package
176
172
working-directory : ${{ env.DIST_DIR }}
177
173
# Repackage the signed binary replaced in place by Gon (ignoring the output zip file)
178
174
run : |
You can’t perform that action at this time.
0 commit comments