Skip to content

Commit 8c68a03

Browse files
committed
Fixed PLAYSTORE_CREDENTIALS issue
1 parent 86be31f commit 8c68a03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ jobs:
7171
echo "keyAlias=$KEYSTORE_KEY_ALIAS" >> key.properties
7272
echo "storePassword=$KEYSTORE_STORE_PASSWORD" >> key.properties
7373
echo "keyPassword=$KEYSTORE_KEY_PASSWORD" >> key.properties
74-
echo "$PLAY_STORE_CONFIG_JSON" | base64 --decode > app/playstore_cer.jks
75-
export PLAYSTORE_CREDENTIALS="app/playstore_cer.jks"
74+
echo "$PLAY_STORE_CONFIG_JSON" | base64 --decode > app/playstore_cer.json
75+
export PLAYSTORE_CREDENTIALS="app/playstore_cer.json"
7676
env:
7777
PLAY_STORE_UPLOAD_KEY: ${{ secrets.PLAY_STORE_UPLOAD_KEY }}
7878
KEYSTORE_KEY_ALIAS: ${{ secrets.KEYSTORE_KEY_ALIAS }}

0 commit comments

Comments
 (0)