From 746a1cb9364fd6196253d1cc8b991bb6719695e6 Mon Sep 17 00:00:00 2001 From: Scion Date: Tue, 24 Jun 2025 16:10:51 -0700 Subject: [PATCH] test --- renpy/renpy-distribute/{action.yaml => action.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename renpy/renpy-distribute/{action.yaml => action.yml} (97%) diff --git a/renpy/renpy-distribute/action.yaml b/renpy/renpy-distribute/action.yml similarity index 97% rename from renpy/renpy-distribute/action.yaml rename to renpy/renpy-distribute/action.yml index c1063f9..bf28f76 100644 --- a/renpy/renpy-distribute/action.yaml +++ b/renpy/renpy-distribute/action.yml @@ -11,7 +11,7 @@ inputs: description: "Destination folder for the builds." required: false packageDest: - description: "Destination folder for the indivdual package." + description: "Destination folder for the individual package." required: false archive: description: "Whether or not to compress the build into a zip file."