Added false check
This commit is contained in:
@@ -16,7 +16,7 @@ fi
|
|||||||
|
|
||||||
echo "::group::Running Unity Command"
|
echo "::group::Running Unity Command"
|
||||||
#Run the command.
|
#Run the command.
|
||||||
if [[ -n "$UNITY_BUILDER" ]]; then
|
if [[ -n "$UNITY_BUILDER" && "$UNITY_BUILDER" != "false" ]]; then
|
||||||
echo "Using UnityBuilder to run the command:"
|
echo "Using UnityBuilder to run the command:"
|
||||||
echo " UnityBuilder $COMMAND"
|
echo " UnityBuilder $COMMAND"
|
||||||
UnityBuilder $COMMAND
|
UnityBuilder $COMMAND
|
||||||
|
|||||||
Reference in New Issue
Block a user