Automate Play Store uploads for the Android Editor (#128)

Co-authored-by: Rémi Verschelde <remi@godotengine.org>
This commit is contained in:
Anish Mishra
2025-10-10 17:37:15 +05:30
committed by GitHub
parent 4ffb22bfd7
commit f17aad663b
5 changed files with 106 additions and 0 deletions

View File

@@ -98,3 +98,6 @@ export GODOT_ANDROID_SIGN_KEYSTORE=''
export GODOT_ANDROID_KEYSTORE_ALIAS=''
# Password for the key used for signing the release build
export GODOT_ANDROID_SIGN_PASSWORD=''
# Google Cloud Service Account JSON key with access to Play Console upload permissions
# (View app information + Release apps to production and/or testing.)
export GODOT_ANDROID_UPLOAD_JSON_KEY=''