Update action.yml name and option description

This commit is contained in:
Felix 2024-11-22 16:33:13 +01:00 committed by GitHub
parent 73c10e018a
commit 10d245ed1b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
name: "Build Godot" name: "Build Godot Games"
description: "Build a Godot project for multiple platforms" description: "Build a Godot project for multiple platforms"
author: josephbmanley author: josephbmanley
inputs: inputs:
@ -9,7 +9,7 @@ inputs:
description: 'Name of the preset in `export_presets.cfg` to use' description: 'Name of the preset in `export_presets.cfg` to use'
required: true required: true
subdirectory: subdirectory:
description: 'Optional name of the subdirectory to put exported project in' description: 'This has been removed, please do not use.'
default: "" default: ""
package: package:
description: 'Set true to output an artifact zip file' description: 'Set true to output an artifact zip file'