From cec24e370e926239a6c4c557d86eafc3669ca8af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Carde=C3=B1a=20Maldonado?= Date: Wed, 24 Apr 2024 20:03:40 -0600 Subject: [PATCH] chore(appium): update setup certificate step --- .github/workflows/test-certificate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-certificate.yml b/.github/workflows/test-certificate.yml index a7c2c69500..e95a894411 100644 --- a/.github/workflows/test-certificate.yml +++ b/.github/workflows/test-certificate.yml @@ -15,8 +15,8 @@ jobs: - name: Setup Certificate run: | - echo "${{ secrets.SM_CLIENT_CERT_FILE_B64 }}" | base64 --decode > /d/Certificate_pkcs12.p12 - cat /d/Certificate_pkcs12.p12 + echo "${{ secrets.SM_CLIENT_CERT_FILE_B64 }}" > /d/base64certificate.txt + base64 --decode -i /d/base64certificate.txt -o /d/Certificate_pkcs12.p12 shell: bash - name: Set variables