Add continueOnError: true for debug artifact upload (#1895)
This commit is contained in:
parent
01b8760f90
commit
8e0b1c74b1
3 changed files with 3 additions and 2 deletions
|
|
@ -49,6 +49,7 @@ export async function uploadDebugArtifacts(
|
|||
sanitizeArifactName(`${artifactName}${suffix}`),
|
||||
toUpload.map((file) => path.normalize(file)),
|
||||
path.normalize(rootDir),
|
||||
{ continueOnError: true },
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue