mirror of
https://github.com/yeslayla/build-godot-action.git
synced 2025-01-14 04:53:26 +01:00
551 B
551 B
Build Godot
This action builds the godot project in your $GITHUB_WORKSPACE
, so that you can easily automate builds.
Usage
Example:
steps:
- uses: josephbmanley/build-godot-action@develop
env:
PROJECT: godot-project
Environment Variables
-
PROJECT REQUIRED
Name of the project files to output.
Eg.
godot-project
will export togodot-project.exe
Credits
This action uses the godot-ci docker image from BARICHELLO