We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04db686 commit 567061bCopy full SHA for 567061b
.github/workflows/ios-test.yml
@@ -40,6 +40,7 @@ jobs:
40
CERTIFICATE_PATH=$RUNNER_TEMP/build_certificate.p12
41
PP_PATH=$RUNNER_TEMP/build_pp.mobileprovision
42
KEYCHAIN_PATH=$RUNNER_TEMP/app-signing.keychain-db
43
+ echo "Keychain Path: $KEYCHAIN_PATH"
44
45
# Decode the certificate and provisioning profile from secrets
46
echo -n "$BUILD_CERTIFICATE_BASE64" | base64 --decode -o $CERTIFICATE_PATH
@@ -58,10 +59,6 @@ jobs:
58
59
mkdir -p ~/Library/MobileDevice/Provisioning\ Profiles
60
cp $PP_PATH ~/Library/MobileDevice/Provisioning\ Profiles
61
- - name: Debug Keychain Path
62
- run: |
63
- echo "Keychain Path: $KEYCHAIN_PATH"
64
-
65
# Step 5: Update Info.plist Files with Secrets
66
- name: Append new key in Info.plist for Example
67
run: |
0 commit comments