mirror of
https://github.com/game-ci/unity-test-runner.git
synced 2026-01-29 06:20:07 +08:00
fix false positive activation file detection
This commit is contained in:
2
dist/steps/run_tests.sh
vendored
2
dist/steps/run_tests.sh
vendored
@@ -16,7 +16,7 @@ if [ "$PACKAGE_MODE" = "true" ]; then
|
||||
|
||||
ACTIVATE_LICENSE_FILE_NAME="_activate-license"
|
||||
|
||||
if [ -f "$ACTIVATE_LICENSE_FILE_NAME"]; then
|
||||
if [ -f "$UNITY_PROJECT_PATH/$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##*/}")
|
||||
|
||||
Reference in New Issue
Block a user