tools for exporting godot projects via Github Actions
Diffstat (limited to '.github/workflows/callable-export.yml')
| -rw-r--r-- | .github/workflows/callable-export.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/callable-export.yml b/.github/workflows/callable-export.yml index cf8526c..19406cc 100644 --- a/.github/workflows/callable-export.yml +++ b/.github/workflows/callable-export.yml @@ -24,7 +24,7 @@ on: required: false type: string project-root-path: - description: the directory that project.godot is in + description: the directory that project.godot is in (relative to repo root) default: "." required: false type: string |