From 33fd1e5987ee7336bf95dba695fff9437c5bae0d Mon Sep 17 00:00:00 2001 From: Andrew Kahr <22359829+AndrewKahr@users.noreply.github.com> Date: Mon, 11 Dec 2023 21:12:26 -0800 Subject: [PATCH] Don't mislead with activation server on windows --- dist/platforms/windows/activate.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/platforms/windows/activate.ps1 b/dist/platforms/windows/activate.ps1 index cc4ac5a5..1f630983 100644 --- a/dist/platforms/windows/activate.ps1 +++ b/dist/platforms/windows/activate.ps1 @@ -63,7 +63,7 @@ else Write-Output "details on how to set up one of the possible activation strategies." Write-Output "::error ::No valid license activation strategy could be determined. Make sure to provide UNITY_EMAIL, UNITY_PASSWORD, and either a UNITY_SERIAL \ -or UNITY_LICENSE. Otherwise please use UNITY_LICENSING_SERVER. See more info at https://game.ci/docs/github/activation" +or UNITY_LICENSE. See more info at https://game.ci/docs/github/activation" $ACTIVATION_EXIT_CODE = 1; }