This action builds the godot project in your $GITHUB_WORKSPACE, so that you can easily automate builds.
$GITHUB_WORKSPACE
Example:
steps: - uses: josephbmanley/build-godot-action@develop env: PROJECT: godot-project
Name of the project files to output.
Eg. godot-project will export to godot-project.exe
godot-project
godot-project.exe
This action uses the godot-ci docker image from BARICHELLO