update error message

This commit is contained in:
yimysty
2022-01-12 13:09:46 -08:00
parent 13b102a437
commit 090b886038
5 changed files with 5 additions and 5 deletions

View File

@@ -38,7 +38,7 @@ class Deployment {
})
core.info(JSON.stringify(data))
if (data.value.length == 0) {
throw new Error('No uploaded artifact was found!')
throw new Error('No uploaded artifact was found! Please check if there are any errors at build step.')
}
const artifactUrl = `${data.value[0].url}&%24expand=SignedContent`
const payload = {