From 10d245ed1ba322d86396b012389af710627fd007 Mon Sep 17 00:00:00 2001 From: Felix <65357346+felix-schindler@users.noreply.github.com> Date: Fri, 22 Nov 2024 16:33:13 +0100 Subject: [PATCH] Update action.yml name and option description --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 51d3ed0..043b96e 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: "Build Godot" +name: "Build Godot Games" description: "Build a Godot project for multiple platforms" author: josephbmanley inputs: @@ -9,7 +9,7 @@ inputs: description: 'Name of the preset in `export_presets.cfg` to use' required: true subdirectory: - description: 'Optional name of the subdirectory to put exported project in' + description: 'This has been removed, please do not use.' default: "" package: description: 'Set true to output an artifact zip file'