From 557a9242e780fa7770d7e84e243a822123653d9d Mon Sep 17 00:00:00 2001 From: Juan Gilsanz Polo Date: Sun, 29 Oct 2023 19:48:35 +0100 Subject: [PATCH] Fix job --- .github/workflows/release-stable.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-stable.yaml b/.github/workflows/release-stable.yaml index e61eb21..e8b6de0 100644 --- a/.github/workflows/release-stable.yaml +++ b/.github/workflows/release-stable.yaml @@ -82,7 +82,7 @@ jobs: APPLE_KEYCHAIN_PWD: ${{ secrets.APPLE_KEYCHAIN_PWD }} APPLE_IDENTITY_ID: ${{ secrets.APPLE_IDENTITY_ID }} run: | - echo $APPLE_CERTIFICATE | base64 -—decode > certificate.p12 + echo "$APPLE_CERTIFICATE" | base64 -—decode > certificate.p12 security create-keychain -p $APPLE_KEYCHAIN_PWD build.keychain security default-keychain -s build.keychain security unlock-keychain -p $APPLE_KEYCHAIN_PWD build.keychain