Skip to content

Commit b73da72

Browse files
committed
fix arm64 sign
1 parent d50062a commit b73da72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)