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