Don't mislead with activation server on windows

pull/607/head
Andrew Kahr 2023-12-11 21:12:26 -08:00
parent 8af95d8dbd
commit 33fd1e5987
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ else
Write-Output "details on how to set up one of the possible activation strategies." 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 \ 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; $ACTIVATION_EXIT_CODE = 1;
} }