Skip to content

Commit f5490ba

Browse files
committed
fixup! chore: build, sign and notarize darwin binaries on linux
1 parent b3f5e7d commit f5490ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@ jobs:
7272
chmod 600 /tmp/{apple_cert.p12,apple_cert_password.txt,apple_apikey.p8}
7373
echo "$AC_CERTIFICATE_BASE64" | base64 -d > /tmp/apple_cert.p12
7474
echo "$AC_CERTIFICATE_PASSWORD" > /tmp/apple_cert_password.txt
75-
echo "$AC_APIKEY_BASE64" | base64 -d > /tmp/apple_apikey.p8
75+
echo "$AC_APIKEY_P8_BASE64" | base64 -d > /tmp/apple_apikey.p8
7676
env:
7777
AC_CERTIFICATE_BASE64: ${{ secrets.AC_CERTIFICATE_P12_BASE64 }}
7878
AC_CERTIFICATE_PASSWORD: ${{ secrets.AC_CERTIFICATE_PASSWORD }}
79-
AC_APIKEY_BASE64: ${{ secrets.AC_APIKEY_PEM_BASE64 }}
79+
AC_APIKEY_P8_BASE64: ${{ secrets.AC_APIKEY_P8_BASE64 }}
8080

8181
- name: Build binaries
8282
run: |

0 commit comments

Comments
 (0)