From fdc214fa9cef462a481b621756b04b52331e5d78 Mon Sep 17 00:00:00 2001 From: SangJun Lee <39490416+hegleB@users.noreply.github.com> Date: Thu, 25 Jan 2024 00:18:41 +0900 Subject: [PATCH] =?UTF-8?q?chore(#316):=20keystore=20=ED=8C=8C=EC=9D=BC?= =?UTF-8?q?=EB=AA=85=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/AOS-distribute.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/AOS-distribute.yml b/.github/workflows/AOS-distribute.yml index 3f6a2e5e..ed1eed57 100644 --- a/.github/workflows/AOS-distribute.yml +++ b/.github/workflows/AOS-distribute.yml @@ -22,7 +22,7 @@ jobs: KEYSTORE_PROPERTIES: ${{ secrets.KEYSTORE_PROPERTIES }} LOCAL_PROPERTIES: ${{ secrets.LOCAL_PROPERTIES }} run: | - echo "$RELEASE_KEYSTORE" | base64 -d > AOS/app/mindsync_keystore + echo "$RELEASE_KEYSTORE" | base64 -d > AOS/app/release.keystore echo "$KEYSTORE_PROPERTIES" > AOS/keystore.properties echo "$LOCAL_PROPERTIES" > AOS/local.properties @@ -74,4 +74,4 @@ jobs: releaseName: ${{ steps.extract_version_name.outputs.version }} releaseFiles: AOS/app/build/outputs/bundle/release/app-release.aab track: production - whatsNewDirectory: AOS/whatsNewDirectory \ No newline at end of file + whatsNewDirectory: AOS/whatsNewDirectory