mirror of
https://github.com/actions/deploy-pages.git
synced 2025-12-09 12:26:11 +00:00
update error message
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user