You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Godot Android Export
v1.0.0
Github Action to export a Godot game to the Google Play Store.
If you are facing problems with the action or this README feels not complete, pull requests are welcome or open an issue.
- Google Play Store Developer Account
- Google Service Account JSON file
- Godot Project with a Android Export
key | required | default | description |
---|---|---|---|
package-name | true | Android package name | |
release-file | true | Path to the .apk or .aab file | |
release-track | false | internal | Release track: production, beta, alpha, internalsharing, internal |
working-directory | false | . | Path to .project file |
service-account-json | false | service-account.json | Path tho your Google service-account.json file |
godot-version | false | 3.5 | Check versions here |
cache-version | false | 1 | Headless godot gets cached, on problems increase version |
You an find a working examples here:
https://github.com/dulvui/pocket-broomball/blob/main/.github/workflows/upload-android.yml
This software is licensed under the MIT license.