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:
steps:
- uses: actions/checkout@v3
- uses: paulloz/godot-action@v1.2.2
with:
version: 4.0
- run: |
godot --version
godot --export <platform> <path-to-export-to>
Which version of the engine you want to install.
If you want the standard or Mono version of the engine.
If you want the export templates installed or not.