Build Godot
ActionsTags
(1)This action builds the godot project in your $GITHUB_WORKSPACE
, so that you can easily automate builds.
This action will create a build
folder an outputed build. You must have the export preset configured for the target platform to successfully export.
Example:
steps:
- uses: josephbmanley/build-godot-action@[VERSION]
with:
name: godot-project
preset: HTML5
The name of the exported package/binary
The name of the preset found in `export_presets.cfg` you would like to build.
*Optional*
The subdirectory in the `build` folder to output build to, can be useful for self packaging.
*Optional*
Boolean value, when set to true, builds artficat zip file.
*Optional*
Boolean value, when set to true, runs export in debug mode.
The location the outputed build is placed.
The location the outputed artifact is placed.
This action uses the godot-ci docker image from BARICHELLO
Build Godot is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.