Skip to content

Create main.yml

Create main.yml #1

Workflow file for this run

- name: Build Godot

Check failure on line 1 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

You have an error in your yaml syntax on line 1
# 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