mirror of
https://github.com/game-ci/unity-test-runner.git
synced 2026-01-29 06:20:07 +08:00
Remove mkdir call
This commit is contained in:
@@ -39,11 +39,9 @@ if [ "$PACKAGE_MODE" = "true" ]; then
|
||||
|
||||
echo "Creating an empty Unity project to add the package to."
|
||||
|
||||
mkdir "TempProject"
|
||||
|
||||
unity-editor \
|
||||
unity-editor \
|
||||
-batchMode \
|
||||
-createProject "./TempProject" \
|
||||
-createProject "./TempProject" \
|
||||
-quit
|
||||
|
||||
UNITY_PROJECT_PATH="./TempProject"
|
||||
|
||||
Reference in New Issue
Block a user