Skip to content

Commit

Permalink
Don't mislead with activation server on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKahr committed Dec 12, 2023
1 parent 8af95d8 commit 33fd1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/platforms/windows/activate.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 33fd1e5

Please sign in to comment.