mirror of
https://github.com/actions/toolkit.git
synced 2026-08-26 00:00:28 +02:00
defaulting compression level
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user