6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 7e0b666e
Changed files
.github/workflows/scripts/ios_install_signing_files.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
Diff
diff --git a/.github/workflows/scripts/ios_install_signing_files.sh b/.github/workflows/scripts/ios_install_signing_files.sh
index a80da555..22d31ab3 100644
--- a/.github/workflows/scripts/ios_install_signing_files.sh
+++ b/.github/workflows/scripts/ios_install_signing_files.sh
@@ -8,9 +8,7 @@ CERTIFICATE_PATH=$RUNNER_TEMP/build_certificate.p12
PP_PATH=$RUNNER_TEMP/build_pp.mobileprovision
KEYCHAIN_PATH=$RUNNER_TEMP/app-signing.keychain-db
-echo $CERTIFICATE_PATH
-echo $PP_PATH
-echo $KEYCHAIN_PATH
+echo $CERTIFICATE_P12
# import certificate and provisioning profile from secrets
echo -n "$CERTIFICATE_P12" | base64 --decode -o $CERTIFICATE_PATH