We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3238a6d commit 654dbe4Copy full SHA for 654dbe4
.github/workflows/deploy.yaml
@@ -71,7 +71,7 @@ jobs:
71
echo "keyAlias=$KEYSTORE_KEY_ALIAS" >> key.properties
72
echo "storePassword=$KEYSTORE_STORE_PASSWORD" >> key.properties
73
echo "keyPassword=$KEYSTORE_KEY_PASSWORD" >> key.properties
74
- echo "$PLAY_STORE_CONFIG_JSON" > app/playstore_cer.json
+ echo "$PLAY_STORE_CONFIG_JSON" >> app/playstore_cer.json
75
export PLAYSTORE_CREDENTIALS="android/app/playstore_cer.json"
76
env:
77
PLAY_STORE_UPLOAD_KEY: ${{ secrets.PLAY_STORE_UPLOAD_KEY }}
0 commit comments