{"id":14970904,"url":"https://github.com/dulvui/godot-android-export","last_synced_at":"2025-10-26T14:30:27.908Z","repository":{"id":55487375,"uuid":"523105902","full_name":"dulvui/godot-android-export","owner":"dulvui","description":"Export Godot 3.x and 4.x games to Android with Github Actions","archived":false,"fork":false,"pushed_at":"2024-10-02T13:10:38.000Z","size":66,"stargazers_count":15,"open_issues_count":2,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-30T05:05:38.748Z","etag":null,"topics":["android","cicd","githubactions","godot","playstore"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dulvui.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"dulvui","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":"dulvui","issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":"simondalvai.com/donate"}},"created_at":"2022-08-09T20:54:58.000Z","updated_at":"2024-09-10T14:59:05.000Z","dependencies_parsed_at":"2023-01-04T12:30:46.447Z","dependency_job_id":"7a6b67ef-38e6-4d54-8269-3874c476c180","html_url":"https://github.com/dulvui/godot-android-export","commit_stats":{"total_commits":121,"total_committers":6,"mean_commits":"20.166666666666668","dds":0.4380165289256198,"last_synced_commit":"306a55061b42bae807cbd787ce0b6684275048be"},"previous_names":["dulvui/godot-android-upload"],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulvui%2Fgodot-android-export","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulvui%2Fgodot-android-export/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulvui%2Fgodot-android-export/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulvui%2Fgodot-android-export/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dulvui","download_url":"https://codeload.github.com/dulvui/godot-android-export/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238337755,"owners_count":19455366,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","cicd","githubactions","godot","playstore"],"created_at":"2024-09-24T13:44:19.939Z","updated_at":"2025-10-26T14:30:27.903Z","avatar_url":"https://github.com/dulvui.png","language":null,"readme":"# ARCHIVED\nThis action has been archived and will no longer be maintained.\nPlease create your own fork.\n\n# godot-android-export\nGithub Action to export a Godot Engine 3 and 4 game for Android to apk/aab.  \nIf you are facing problems with the action or this README feels not complete, pull requests are welcome or open an issue.\n\n## Table of contents\n- [godot-android-export](#godot-android-export)\n  - [Table of contents](#table-of-contents)\n- [Godot 4.x](#godot-4x)\n  - [Requirements](#requirements)\n  - [Parameters](#parameters)\n  - [How to use](#how-to-use)\n  - [Working examples](#working-examples)\n- [Godot 3.x](#godot-3x)\n  - [Requirements](#requirements-1)\n  - [Parameters](#parameters-1)\n  - [How to use](#how-to-use-1)\n  - [Working examples](#working-examples-1)\n  - [Version 2 breaking changes](#version-2-breaking-changes)\n  - [License](#license)\n\n# Godot 4.x\nGodot 4.x is the current active stable version and will be actively maintained.\nYou can find the code in the `main` branch.\n\n## Requirements\n - Godot Project\n - A valid exports_preset.cfg with an Android config\n - A valid export_credentials.cfg\n\n## Parameters\n| key | required | default | description |\n| ----|----------|---------|-------------|\n| godot-version | true | . | Godot Engine version. Supported are 4.x versions. Check versions [here](https://github.com/godotengine/godot-builds/releases) |\n| godot-channel | false | stable | Godot Engine release channel (stable, beta, rc1, rc2, rc3...). Defaults to 'stable' Check release channels [here](https://github.com/godotengine/godot-builds/releases) |\n| working-directory | false | . | Path to project.godot file |\n\n\n## How to use\nUse the 4.x tag\n```\n- name: Godot Android export\n  uses: dulvui/godot-android-export@v4\n  with:\n    godot-version: 4.2.2\n```\n\n## Working examples\nYou an find a working examples here:  \nhttps://github.com/dulvui/99managers-futsal-edition/blob/ad492d029537519dd34eef19122d72a8a1eeb197/.github/workflows/upload-android.yml\n\n# Godot 3.x\nGodot 3.x is the current LTS version and will be less actively maintained.\nYou can find the code in the `godot-3` branch.\n\n## Requirements\n - Godot Project\n - A valid exports_preset.cfg with an Android config\n\n## Parameters\n| key | required | default | description |\n| ----|----------|---------|-------------|\n| working-directory | false | . | Path to project.godot file |\n| godot-version | false | 3.x | Check versions [here](https://downloads.tuxfamily.org/godotengine/) |\n\n## How to use\nUse the 3.x tag\n```\n- name: Godot Android export\n  uses: dulvui/godot-android-export@v3.0.0\n  with:\n    working-directory: game\n    godot-version: 3.5.3\n```\n\n## Working examples\nYou an find a working examples here:  \nhttps://github.com/dulvui/pocket-broomball/blob/main/.github/workflows/upload-android.yml\nhttps://github.com/dulvui/ball2box/blob/main/.github/workflows/upload-android.yml\n\n## Version 2 breaking changes\nThe 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.\nNow this actions follows the Unix philosophy of simply doing one thing well.\nYou can then upload the aab/apk export  of your game where ever you want.\n\n## License\nThis software is licensed under the [MIT license](LICENSE).\n","funding_links":["https://github.com/sponsors/dulvui","https://liberapay.com/dulvui","simondalvai.com/donate"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdulvui%2Fgodot-android-export","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdulvui%2Fgodot-android-export","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdulvui%2Fgodot-android-export/lists"}