Setup Godot Action
Version updated for https://github.com/chickensoft-games/setup-godot to version v2.4.0.
- This action is used across all versions by 288 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action, Setup Godot, automates the installation and configuration of Godot 4.x (with or without .NET support) on macOS, Windows, and Linux CI/CD runners. It simplifies the setup process by handling the download, caching, and environment configuration for Godot and its export templates, enabling efficient workflows for game development and testing in CI environments. The action supports .NET-enabled and standard Godot versions, making it versatile for projects with or without C# integration.
Release notes
What’s Changed
- ci: use manual release workflow for more specific versioning by @jolexxa in https://github.com/chickensoft-games/setup-godot/pull/114
Full Changelog: https://github.com/chickensoft-games/setup-godot/compare/v2...v2.4.0