mirror of https://github.com/actions/toolkit
updating upload try catch to always call cleartimeout
parent
425f05e29d
commit
18a8a22c65
|
@ -81,6 +81,9 @@ export async function uploadZipToBlobStorage(
|
||||||
}
|
}
|
||||||
|
|
||||||
throw error
|
throw error
|
||||||
|
} finally {
|
||||||
|
// clear the progress timeout when upload completes
|
||||||
|
clearTimeout(chunkTimer(timeoutDuration))
|
||||||
}
|
}
|
||||||
|
|
||||||
core.info('Finished uploading artifact content to blob storage!')
|
core.info('Finished uploading artifact content to blob storage!')
|
||||||
|
|
Loading…
Reference in New Issue