appsinacup/Setup Godot Engine

GitHub Action to setup Godot Engine from official GitHub releases.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Dec 12, 2025
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: appsinacup/action_setup_godot@0daf3376b6ac1131744a28769084ae05ff8a0948 # v1.0.2

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
repoRepository to download Godot from (default: godotengine/godot)godotengine/godot
versionGodot version (e.g. 4.4-stable)yes
release-tagIf empty will use same as version.no""
bin-pathPath 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_editorDownload Godot Editor binarytrue
download_templateDownload Godot export templatesfalse
monoDownload Mono version (C# support)false
enable_cacheEnable caching of downloaded filesfalse

no outputs