diff --git a/dist/index.js b/dist/index.js index 416f12b4..1914117b 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 5ae2fa44..b37685a6 100644 Binary files a/dist/index.js.map and b/dist/index.js.map differ diff --git a/src/model/exec-with-error-check.ts b/src/model/exec-with-error-check.ts index 3240a07d..5547166c 100644 --- a/src/model/exec-with-error-check.ts +++ b/src/model/exec-with-error-check.ts @@ -22,7 +22,7 @@ export async function execWithErrorCheck( throw new Error(`There was an error building the project. Please read the logs for details.`); } } else { - throw new Error(`There was an error building the project. Please read the logs for details.`); + throw new Error(`Could not find Build Results. Please read the logs for details.`); } return result.exitCode;