From fe03a88784e483716758361af3e029b087eae9c3 Mon Sep 17 00:00:00 2001 From: unam Date: Thu, 20 Jun 2024 00:37:15 +0900 Subject: [PATCH] =?UTF-8?q?[fix]=20yaml=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/CD.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index 51dd464a..851c5594 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -112,7 +112,7 @@ jobs: - name: Decode And Save Keystore Base64 run: | - echo "${{ secrets.KEYSTORE_BASE64 }}" | base64 --decode > app/RunnectKeystore.jks + echo "${{ secrets.KEYSTORE_BASE64 }}" | base64 --decode > RunnectKeystore.jks - name: Change gradlew permissions run: chmod +x ./gradlew