From 4c7f9ae022b86701814976eeecfe65151a26d571 Mon Sep 17 00:00:00 2001 From: Anton Stubenbord Date: Thu, 27 Apr 2023 00:41:41 +0200 Subject: [PATCH] fix: update release_deploy_play_store.yml --- .github/workflows/release_deploy_play_store.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_deploy_play_store.yml b/.github/workflows/release_deploy_play_store.yml index bce2abd..cd69c07 100644 --- a/.github/workflows/release_deploy_play_store.yml +++ b/.github/workflows/release_deploy_play_store.yml @@ -38,7 +38,7 @@ jobs: # Extract secrets into corresponding files - name: Configure Keystore run: | - echo "$RELEASE_KEYSTORE" > upload-keystore.jks.asc + echo "${{ secrets.RELEASE_KEYSTORE }}" > upload-keystore.jks.asc ll gpg --batch --passphrase "${{ secrets.RELEASE_KEYSTORE_PASSPHRASE }}" -d -o upload-keystore.jks upload-keystore.jks.asc echo "storeFile=upload-keystore.jks" >> key.properties