Skip to content

Commit 654dbe4

Browse files
committed
other fix on set playstore cer env
1 parent 3238a6d commit 654dbe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ 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" > app/playstore_cer.json
74+
echo "$PLAY_STORE_CONFIG_JSON" >> app/playstore_cer.json
7575
export PLAYSTORE_CREDENTIALS="android/app/playstore_cer.json"
7676
env:
7777
PLAY_STORE_UPLOAD_KEY: ${{ secrets.PLAY_STORE_UPLOAD_KEY }}

0 commit comments

Comments
 (0)