From 22dbe36f6dc22734c7218c2b6481bf4cee96057a Mon Sep 17 00:00:00 2001 From: MrGadget <9826063+MrGadget1024@users.noreply.github.com> Date: Fri, 20 Sep 2024 10:08:26 -0400 Subject: [PATCH] UnityPack.csx: fixed typo in comments --- .github/UnityPack.csx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/UnityPack.csx b/.github/UnityPack.csx index 603c9fd61..f26b26c6e 100644 --- a/.github/UnityPack.csx +++ b/.github/UnityPack.csx @@ -1,7 +1,7 @@ /* MIT License: The code in this script is mostly from https://github.com/MirageNet/unity-packer which is the source for the nuget unity-packer from https://www.nuget.org/packages/unity-packer - Specifically the Pack method of the Packer class, related methods, plus the Utils.GreateGUID and + Specifically the Pack method of the Packer class, related methods, plus the Utils.CreateGUID and Archive.AddFilesRecursive methods, adjusted for use in a .csx script called from a GitHub Action. Environment Variables are used instead of command line arguments to pass the output file name, assets, and dependencies.