-
-
Notifications
You must be signed in to change notification settings - Fork 75
Automate Play Store uploads for the Android Editor #128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automate Play Store uploads for the Android Editor #128
Conversation
Thanks a lot, that looks great! I'll test it asap and let you know if I need any help to set things up on the Play Console. |
63b35bf
to
197356a
Compare
Updated the script to also upload the native debug symbols. |
Hey, just wanted to check if you got a chance to test it yet? |
68cf06f
to
6540a93
Compare
Tested yesterday and this morning with some adjustments made by both @syntaxerror247 and myself, it seems to be working well now! We can't fully validate just yet because the builds I have available (4.5.1-rc2 and 4.6-dev1) have already been uploaded manually, so I can't override them:
Next build is likely going to be 4.5.1-stable so we can merge now and finalize testing it in production. (Should be cherry-picked to |
I moved the location of the JSON key file to |
Thanks a lot! Great work 🎉 |
Co-authored-by: Rémi Verschelde <remi@godotengine.org> (cherry picked from commit f17aad6)
Cherry-picked to |
This PR adds script to automatically upload the Android Editor build and publish it to Play Store closed testing.
Closes godotengine/godot-proposals#5410