Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
upload-cloud

GitHub Action

Godot Android Export

v1.0.0

Godot Android Export

upload-cloud

Godot Android Export

Godot Engine 3.x and 4.x Android export

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Godot Android Export

uses: dulvui/[email protected]

Learn more about this action in dulvui/godot-android-export

Choose a version

godot-android-upload

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.

Table of contents

Requirements

  • Google Play Store Developer Account
  • Google Service Account JSON file
  • Godot Project with a Android Export

Parameters

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

Working examples

You an find a working examples here:
https://github.com/dulvui/pocket-broomball/blob/main/.github/workflows/upload-android.yml

License

This software is licensed under the MIT license.