Skip to content

Commit

Permalink
add quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF committed Apr 5, 2024
1 parent 919d2e1 commit 9ed9775
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install the Apple certificate and provisioning profile
shell: bash
env:
BUILD_CERTIFICATE_BASE64: ${{ secrets.APPLE_CERTS_BASE64 }}
P12_PASSWORD: ${{ secrets.APPLE_CERTS_BASE64_PASSWORD }}
Expand All @@ -352,7 +353,7 @@ jobs:
CERTIFICATE_PATH=$RUNNER_TEMP/build_certificate.p12
KEYCHAIN_PATH=$RUNNER_TEMP/app-signing.keychain-db
# import certificate from secrets
base64 -i ${{ env.BUILD_CERTIFICATE_BASE64 }} --decode -o $CERTIFICATE_PATH
base64 -i "${{ env.BUILD_CERTIFICATE_BASE64 }}" --decode -o $CERTIFICATE_PATH
ls -la $RUNNER_TEMP
security -v verify-cert -c $CERTIFICATE_PATH
# create temporary keychain
Expand Down

0 comments on commit 9ed9775

Please sign in to comment.