Build Godot by Action Commons
Version updated for https://github.com/ActionCommons/build-godot to version v1.1.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The “build-godot” GitHub Action automates the process of downloading and building specific versions of the Godot game engine using SCons for various target platforms and configurations. It streamlines complex build tasks, such as creating export templates, editor builds, or platform-specific releases, while supporting custom options like debug symbols, architecture settings, and timeout management. This action is ideal for developers looking to simplify and integrate Godot engine builds into their CI/CD workflows.
What’s Changed
New in this release:
- Added support for simulator and bundle build options.