File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 7272 name : Notarize ${{ matrix.build.folder-suffix }}
7373 runs-on : macos-latest
7474 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-
8075 permissions :
8176 contents : read
8277
@@ -163,7 +158,6 @@ jobs:
163158 gon "${{ env.GON_CONFIG_PATH }}"
164159
165160 - name : Re-package binary
166- id : re-package
167161 working-directory : ${{ env.DIST_DIR }}
168162 # Repackage the signed binary replaced in place by Gon (ignoring the output zip file)
169163 run : |
Original file line number Diff line number Diff line change 7979 name : Notarize ${{ matrix.build.folder-suffix }}
8080 runs-on : macos-latest
8181 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 }}
8582 permissions :
8683 contents : read
8784
@@ -170,7 +167,6 @@ jobs:
170167 gon "${{ env.GON_CONFIG_PATH }}"
171168
172169 - name : Re-package binary
173- id : re-package
174170 working-directory : ${{ env.DIST_DIR }}
175171 # Repackage the signed binary replaced in place by Gon (ignoring the output zip file)
176172 run : |
You can’t perform that action at this time.
0 commit comments