diff --git a/ci/build.sh b/ci/build.sh index 167ecad..7299458 100644 --- a/ci/build.sh +++ b/ci/build.sh @@ -22,7 +22,7 @@ open -g $editorpath --args \ -projectPath "$(pwd)/game" # wait for editor log to exist -while [ ! -f $editorlog ] +while [ ! -f $editorlogpath ] do sleep 1 done