diff --git a/dist/index.js b/dist/index.js index 1914117b..89c3f658 100644 Binary files a/dist/index.js and b/dist/index.js differ diff --git a/dist/index.js.map b/dist/index.js.map index b37685a6..8f7ca41e 100644 Binary files a/dist/index.js.map and b/dist/index.js.map differ diff --git a/src/model/docker.ts b/src/model/docker.ts index 24b93ab5..1dc1ee9f 100644 --- a/src/model/docker.ts +++ b/src/model/docker.ts @@ -15,7 +15,7 @@ class Docker { // eslint-disable-next-line unicorn/no-useless-undefined options: ExecOptions | undefined = undefined, entrypointBash: boolean = false, - errorWhenMissingUnityBuildResults: boolean = true, + errorWhenMissingUnityBuildResults: boolean = false, ) { let runCommand = ''; switch (process.platform) {