mirror of
https://github.com/game-ci/unity-actions.git
synced 2026-01-29 04:39:07 +08:00
Display information about the result
This commit is contained in:
@@ -32,6 +32,15 @@ if [[ -n "$UNITY_LICENSE" ]]; then
|
||||
-quit \
|
||||
-manualLicenseFile $FILE_PATH
|
||||
|
||||
# Display information about the result
|
||||
UNITY_EXIT_CODE=$?
|
||||
if [ $UNITY_EXIT_CODE -eq 0 ]; then
|
||||
echo "Activation complete"
|
||||
else
|
||||
echo "Unclassified error occured, trying to activate license"
|
||||
echo "Exit code was: $UNITY_EXIT_CODE"
|
||||
fi
|
||||
|
||||
else
|
||||
#
|
||||
# PROFESSIONAL (SERIAL) LICENSE MODE
|
||||
|
||||
Reference in New Issue
Block a user