File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ jobs:
144144 path : ${{ env.PROJECT_NAME }}_${{ github.ref_name }}_${{ matrix.config.os }}_${{ matrix.config.arch }}.tar.gz
145145
146146 sign-and-notarize-macos :
147- name : sign and notarize ( macOS, 64bit)
147+ name : sign and notarize macOS binaries
148148 runs-on : macos-latest
149149 needs : [build, build-macos-arm64]
150150 strategy :
@@ -172,7 +172,7 @@ jobs:
172172
173173 - name : Extract macOS binary
174174 working-directory : ${{ env.DIST_DIR }}/notarize_temp
175- run : tar -xzvf ${{ env.PROJECT_NAME }}_${{ github.ref_name }}_macOS_64bit .tar.gz
175+ run : tar -xzvf ${{ env.PROJECT_NAME }}_${{ github.ref_name }}_${{ matrix.config.os }}_${{ matrix.config.arch }} .tar.gz
176176
177177 - name : Import Code-Signing Certificates
178178 env :
You can’t perform that action at this time.
0 commit comments