From 4da2300507c795088144bb8ae98d84a1a87e5bac Mon Sep 17 00:00:00 2001 From: Wei Wu Date: Wed, 26 Jul 2023 13:20:09 -0400 Subject: [PATCH] Update readme to explain why we forked the repo --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ba406f04..1615ac8a 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,10 @@ Part of the GameCI open source project.

+## Why did we fork this repo? +1. Fix bugs with the git command in Windows +2. When building a client on Windows, if the action is cancelled, the Unity license won't be returned. GameCI does not provide an GitHub action to return license on Windows. We extended the functionality of this action to return license. When the input "customParameters" = "return_license", the action will return the license without building the project. + ## How to use Find the