appsinacup/Setup Godot Engine
GitHub Action to setup Godot Engine from official GitHub releases.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Dec 12, 2025
- License
- MIT
Pinned Snippet
uses: appsinacup/action_setup_godot@0daf3376b6ac1131744a28769084ae05ff8a0948 # v1.0.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| repo | Repository to download Godot from (default: godotengine/godot) | — | godotengine/godot |
| version | Godot version (e.g. 4.4-stable) | yes | — |
| release-tag | If empty will use same as version. | no | "" |
| bin-path | Path for binaries to be installed to, relative to the current working directory of the action. This is the path that will be added to the system path. | — | godot-bin |
| download_editor | Download Godot Editor binary | — | true |
| download_template | Download Godot export templates | — | false |
| mono | Download Mono version (C# support) | — | false |
| enable_cache | Enable caching of downloaded files | — | false |
Outputs
no outputs