From 0e7c6f93e29e84e8015583c2f68b73bde4977ffb Mon Sep 17 00:00:00 2001 From: Aaron Trudeau <36064197+trudeaua21@users.noreply.github.com> Date: Wed, 11 May 2022 00:06:38 -0400 Subject: [PATCH] Revert "fix false positive activation file detection" This reverts commit 580c9c14a019bc4a16ca265af7be75cb04102b8f. --- dist/steps/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/steps/run_tests.sh b/dist/steps/run_tests.sh index 092cbfb..276d8e5 100755 --- a/dist/steps/run_tests.sh +++ b/dist/steps/run_tests.sh @@ -16,7 +16,7 @@ if [ "$PACKAGE_MODE" = "true" ]; then ACTIVATE_LICENSE_FILE_NAME="_activate-license" - if [ -f "$UNITY_PROJECT_PATH/$ACTIVATE_LICENSE_FILE_NAME"]; then + if [ -f "$ACTIVATE_LICENSE_FILE_NAME"]; then echo "Package is in repository root. Copying package to temporary directory to avoid Unity Errors." ROOT_FOLDER_NAME=$(echo "${PWD##*/}")