tools for exporting godot projects via Github Actions
Diffstat (limited to '.github/workflows/callable-export.yml')
| -rw-r--r-- | .github/workflows/callable-export.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/callable-export.yml b/.github/workflows/callable-export.yml index 982a47a..606c208 100644 --- a/.github/workflows/callable-export.yml +++ b/.github/workflows/callable-export.yml @@ -6,12 +6,12 @@ on: description: the godot version default: 3.5 required: true - type: number + type: string image: description: the container to use default: ghcr.io/bend-n/godot-2d:3.5 - type: string required: true + type: string export-name: description: the name of the exec. ($export-name.exe) default: ${{ github.event.repository.name }} |