defaulting compression level

This commit is contained in:
Vallie Joseph
2024-03-28 19:15:10 +00:00
parent 0a0e70d1cd
commit 59593338a6
3 changed files with 11 additions and 12 deletions
@@ -75,7 +75,10 @@ export async function uploadArtifact(
return uploadZipToBlobStorage(
createArtifactResp.signedUploadUrl,
zipUploadStream
)
).catch(err => {
core.error(`Error uploading artifact: ${err}`)
throw err
})
})
.then(async uploadResult => {
const finalizeArtifactReq: FinalizeArtifactRequest = {