From eb559a4fda62a5cc3d803d2b91762ca537d003a9 Mon Sep 17 00:00:00 2001 From: Sangho Kim Date: Sat, 30 Nov 2024 23:11:20 +0900 Subject: [PATCH] =?UTF-8?q?[FIX/#178]=20storeFile=20=EA=B2=BD=EB=A1=9C=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/firebase_distribution_builder.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/firebase_distribution_builder.yml b/.github/workflows/firebase_distribution_builder.yml index 4966b65..f4cfb74 100644 --- a/.github/workflows/firebase_distribution_builder.yml +++ b/.github/workflows/firebase_distribution_builder.yml @@ -65,7 +65,7 @@ jobs: key_password: ${{ secrets.KEY_PASSWORD }} key_alias: ${{ secrets.KEY_ALIAS }} run: | - echo "storeFile=app/gentiKeystore.jks" > keystore.properties + echo "storeFile=gentiKeystore.jks" > keystore.properties echo "storePassword=\"$store_password\"" >> keystore.properties echo "keyAlias=\"$key_alias\"" >> keystore.properties echo "keyPassword=\"$key_password\"" >> keystore.properties