Cloud 8: Automating publishing an Android App to Google Play with GitHub Actions
Here East, London, September 2025 Introduction This post looks at automating the deployment of an Android app to Google Play with GitHub Actions. The app itself is covered in this post here. An earlier post on GitHub Actions is here. The not$ 1. Building an Android App Bundle (An .aab file) from the app Kotlin scripts on GitHub 2. As the app is being built inject the API keys it uses rather than have them in the code on GitHub 3. Sign the app with my private key to authenticate it 4. Log into Google Play and upload the app ...