Create main.yml #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: Build Godot | ||
# You may pin to the exact commit or the version. | ||
# uses: yeslayla/build-godot-action@11589640849ce5bd1bab945c694bb418cb06cb15 | ||
uses: yeslayla/[email protected] | ||
with: | ||
# Name of the exported binary | ||
name: | ||
# Name of the preset in `export_presets.cfg` to use | ||
preset: | ||
# Optional name of the subdirectory to put exported project in | ||
subdirectory: # optional, default is | ||
# Set true to output an artifact zip file | ||
package: # optional | ||
# Location of Godot project in repository | ||
projectDir: # optional, default is . | ||
# Whether or not to use `--export-debug` | ||
debugMode: # optional | ||