Skip to content

Commit

Permalink
🐛 Fix: mac.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuingsmile committed Mar 7, 2023
1 parent ed74764 commit def9502
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,14 @@ jobs:
- name: Install the Apple certificates
run: |
CERTIFICATE_PATH=$RUNNER_TEMP/build_certificate.p12
PP_PATH=./piclist.provisionprofile
PP_PATH=$RUNNER_TEMP/build_pp.mobileprovision
KEYCHAIN_PATH=$RUNNER_TEMP/app-signing.keychain-db
echo -n "$BUILD_CERTIFICATE_BASE64" | base64 --decode -o $CERTIFICATE_PATH
echo -n "$BUILD_PROVISION_PROFILE_BASE64" | base64 --decode -o $PP_PATH
echo $PP_PATH
echo $CERTIFICATE_PATH
echo "create keychain"
echo $CSC_LINK
echo $CSC_KEY_PASSWORD
# step3: install node env
- name: Install Node.js
Expand Down

0 comments on commit def9502

Please sign in to comment.