{"id":27171013,"url":"https://github.com/solarlabyrinth/action-setup-godot","last_synced_at":"2026-04-26T23:31:12.749Z","repository":{"id":284815635,"uuid":"956161006","full_name":"SolarLabyrinth/Action-Setup-Godot","owner":"SolarLabyrinth","description":"A GitHub Action to install Godot on a GitHub Actions runner.","archived":false,"fork":false,"pushed_at":"2025-04-06T17:27:42.000Z","size":19,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T17:32:53.880Z","etag":null,"topics":["actions","cicd","godot"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit-0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SolarLabyrinth.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2025-03-27T19:50:20.000Z","updated_at":"2025-04-06T15:10:52.000Z","dependencies_parsed_at":"2025-03-27T20:36:16.333Z","dependency_job_id":"7ba7bf3b-3dc7-480b-9061-dd2f35699e5e","html_url":"https://github.com/SolarLabyrinth/Action-Setup-Godot","commit_stats":null,"previous_names":["solarlabyrinth/action-setup-godot"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SolarLabyrinth%2FAction-Setup-Godot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SolarLabyrinth%2FAction-Setup-Godot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SolarLabyrinth%2FAction-Setup-Godot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SolarLabyrinth%2FAction-Setup-Godot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SolarLabyrinth","download_url":"https://codeload.github.com/SolarLabyrinth/Action-Setup-Godot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248000340,"owners_count":21031164,"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":["actions","cicd","godot"],"created_at":"2025-04-09T08:22:17.305Z","updated_at":"2026-04-26T23:31:12.743Z","avatar_url":"https://github.com/SolarLabyrinth.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Action: Setup Godot\n\nA GitHub Action to install Godot 4 on a GitHub Actions runner.\n\n\u003e Note: Only supported on Ubuntu runners with Godot 4+.\n\n## Usage\n\nThis action will download export templates and provide access to the godot binary on your runner's path. You can then reference that binary in other workflow steps.\n\n```yml\n- name: Setup Godot\n  uses: solarlabyrinth/action-setup-godot@v2\n  with:\n    version: 4.6.1-stable\n\n- name: Build Game\n  run: |\n    mkdir -p ./build\n    godot --headless --export-debug \"Windows\" ./build/game.exe\n```\n\n### Variables\n\n```yml\n- name: Setup Godot\n  uses: solarlabyrinth/action-setup-godot@v2\n  with:\n    # Required. The name of a release from here: https://github.com/godotengine/godot-builds/releases\n    version: 4.6.1-stable\n    # Optional. Defaults to false\n    csharp: false\n    # Optional. Defaults to \"godot\"\n    name: godot\n```\n\n### Tested Versions\n\nAny version of 4.X should work, even ones not listed here. These are the versions my test suite runs against by exporting a small Godot project to the following target platforms.\n\n| Version      | Windows | Linux | Mac | Windows - C# | Linux - C# | Mac - C# |\n| ------------ | ------- | ----- | --- | ------------ | ---------- | -------- |\n| 4.7-dev2     | ✅      | ✅    | ✅  | ✅           | ✅         | ✅       |\n| 4.6.1-stable | ✅      | ✅    | ✅  | ✅           | ✅         | ✅       |\n| 4.5.1-stable | ✅      | ✅    | ✅  | ✅           | ✅         | ✅       |\n| 4.4.1-stable | ✅      | ✅    | ✅  | ✅           | ✅         | ✅       |\n| 4.3-stable   | ✅      | ✅    | ✅  | ✅           | ✅         | ✅       |\n| 4.2.2-stable | ✅      | ✅    | ✅  | ✅           | ✅         | ✅       |\n| 4.1.4-stable | ✅      | ✅    | ✅  | ✅           | ✅         | ✅       |\n| 4.0.4-stable | ✅      | ✅    | ✅  | ✅           | ✅         | ✅       |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolarlabyrinth%2Faction-setup-godot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsolarlabyrinth%2Faction-setup-godot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolarlabyrinth%2Faction-setup-godot/lists"}