We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3f5e7d commit f5490baCopy full SHA for f5490ba
.github/workflows/release.yaml
@@ -72,11 +72,11 @@ jobs:
72
chmod 600 /tmp/{apple_cert.p12,apple_cert_password.txt,apple_apikey.p8}
73
echo "$AC_CERTIFICATE_BASE64" | base64 -d > /tmp/apple_cert.p12
74
echo "$AC_CERTIFICATE_PASSWORD" > /tmp/apple_cert_password.txt
75
- echo "$AC_APIKEY_BASE64" | base64 -d > /tmp/apple_apikey.p8
+ echo "$AC_APIKEY_P8_BASE64" | base64 -d > /tmp/apple_apikey.p8
76
env:
77
AC_CERTIFICATE_BASE64: ${{ secrets.AC_CERTIFICATE_P12_BASE64 }}
78
AC_CERTIFICATE_PASSWORD: ${{ secrets.AC_CERTIFICATE_PASSWORD }}
79
- AC_APIKEY_BASE64: ${{ secrets.AC_APIKEY_PEM_BASE64 }}
+ AC_APIKEY_P8_BASE64: ${{ secrets.AC_APIKEY_P8_BASE64 }}
80
81
- name: Build binaries
82
run: |
0 commit comments