From 5dd13e79246b8631648a26267dd48d80fca70aec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Carde=C3=B1a=20Maldonado?= Date: Wed, 24 Apr 2024 20:08:38 -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 e95a894411..a3f04ec52e 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 }}" > /d/base64certificate.txt - base64 --decode -i /d/base64certificate.txt -o /d/Certificate_pkcs12.p12 + echo "${{ secrets.SM_CLIENT_CERT_FILE_B64 }}" > ./base64certificate.txt + base64 --decode -i ./base64certificate.txt -o /d/Certificate_pkcs12.p12 shell: bash - name: Set variables