File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -343,6 +343,7 @@ jobs:
343
343
- uses : actions/checkout@v3
344
344
345
345
- name : Install the Apple certificate and provisioning profile
346
+ shell : bash
346
347
env :
347
348
BUILD_CERTIFICATE_BASE64 : ${{ secrets.APPLE_CERTS_BASE64 }}
348
349
P12_PASSWORD : ${{ secrets.APPLE_CERTS_BASE64_PASSWORD }}
@@ -352,7 +353,7 @@ jobs:
352
353
CERTIFICATE_PATH=$RUNNER_TEMP/build_certificate.p12
353
354
KEYCHAIN_PATH=$RUNNER_TEMP/app-signing.keychain-db
354
355
# import certificate from secrets
355
- base64 -i ${{ env.BUILD_CERTIFICATE_BASE64 }} --decode -o $CERTIFICATE_PATH
356
+ base64 -i " ${{ env.BUILD_CERTIFICATE_BASE64 }}" --decode -o $CERTIFICATE_PATH
356
357
ls -la $RUNNER_TEMP
357
358
security -v verify-cert -c $CERTIFICATE_PATH
358
359
# create temporary keychain
You can’t perform that action at this time.
0 commit comments