GitHub Action
Godot Android Export
Github Action to export a Godot game for Android to apk/aab.
If you are facing problems with the action or this README feels not complete, pull requests are welcome or open an issue.
- Godot Project
- A valid exports_preset.cfg with an Android config
key | required | default | description |
---|---|---|---|
working-directory | false | . | Path to project.godot file |
godot-version | false | 3.5.1 | Check versions here |
You an find a working examples here:
https://github.com/dulvui/pocket-broomball/blob/main/.github/workflows/upload-android.yml
https://github.com/dulvui/ball2box/blob/main/.github/workflows/upload-android.yml
The repository and action has been renamed from godot-android-upload to simply godot-android-export to simplify the action and to remove third party actions dependencies. Now this actions follows the Unix philosophy of simply doing one thing well. You can then upload the aab/apk export of your game where ever you want.
This software is licensed under the MIT license.