From d95fae006e83acf8c61f283e67a264a2cf88e763 Mon Sep 17 00:00:00 2001 From: cp-sneha-s Date: Fri, 5 Apr 2024 10:01:02 +0530 Subject: [PATCH] Setup CI/CD for iOS --- .github/workflows/ios_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ios_deploy.yml b/.github/workflows/ios_deploy.yml index de971d4f..d3b82475 100644 --- a/.github/workflows/ios_deploy.yml +++ b/.github/workflows/ios_deploy.yml @@ -56,7 +56,7 @@ jobs: - name: Set up signing certificate run: | - echo DIST_CERTIFICATE | base64 --decode > /tmp/certificate.p12 + echo $DIST_CERTIFICATE | base64 --decode > /tmp/certificate.p12 keychain add-certificates --certificate /tmp/certificate.p12 --certificate-password $DIST_CERTIFICATE_PASSWORD - name: Setup Code signing settings on Xcode project