6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit c372786e

AuthorMikkel Thygesen<mikkelet@gmail.com>
Date2026-03-09 19:22:30 +0100
Devops: debug install signing

Changed files

.github/workflows/scripts/ios_install_signing_files.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Diff

diff --git a/.github/workflows/scripts/ios_install_signing_files.sh b/.github/workflows/scripts/ios_install_signing_files.sh
index 28f98d95..8c654da3 100644
--- a/.github/workflows/scripts/ios_install_signing_files.sh
+++ b/.github/workflows/scripts/ios_install_signing_files.sh
@@ -8,9 +8,9 @@ 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_PATH
+echo $PP_PATH
+echo $KEYCHAIN_PATH
# import certificate and provisioning profile from secrets
echo -n "$CERTIFICATE_P12" | base64 --decode -o $CERTIFICATE_PATH