mirror of
https://github.com/game-ci/unity-test-runner.git
synced 2026-01-29 14:39:33 +08:00
fix license activation files deletion
This commit is contained in:
4
dist/steps/run_tests.sh
vendored
4
dist/steps/run_tests.sh
vendored
@@ -60,9 +60,9 @@ if [ "$PACKAGE_MODE" = "true" ]; then
|
||||
rm -rf "$UNITY_PROJECT_PATH/.github"
|
||||
fi
|
||||
|
||||
if [ -f "$UNITY_PROJECT_PATH/_activate-license" ]; then
|
||||
if [ -d "$UNITY_PROJECT_PATH/_activate-license" ]; then
|
||||
echo "Removing _activate-license file."
|
||||
rm -f "$UNITY_PROJECT_PATH/_activate-license"
|
||||
rm -rf "$UNITY_PROJECT_PATH/_activate-license"
|
||||
fi
|
||||
|
||||
ls -a "$UNITY_PROJECT_PATH"
|
||||
|
||||
Reference in New Issue
Block a user