Setup Godot Action

GitHub Action that builds the Godot Engine for Windows, Linux and Mac, as well as templates.

You can find the action on GitHub.

How to use it

If you have a GitHub Action where you want to download the Godot Engine, simply do like below:

- name: Setup Godot
  uses: appsinacup/setup-godot-action@main
  with:
    version: '4.4.1-stable'
    platform: 'linux.x86_64'

- name: Check Godot version
  run: |
    $GODOT4 --version