godot-action
godot-action copied to clipboard
Godot action
A simple GitHub action to install and run Godot engine.
This action is only available on Linux runners.
If you use and like this project, please consider buying me a coffee:
Usage
steps:
- uses: actions/checkout@v3
- uses: paulloz/[email protected]
with:
version: 4.0
- run: |
godot --version
godot --export <platform> <path-to-export-to>
Options
version (required)
Which version of the engine you want to install.
mono (default: false)
If you want the standard or Mono version of the engine.
export-templates (default: true)
If you want the export templates installed or not.