1
0
Fork 0

updating upload try catch to always call cleartimeout

pull/1712/head
Vallie Joseph 2024-04-09 21:05:58 +00:00
parent 425f05e29d
commit 18a8a22c65
1 changed files with 3 additions and 0 deletions

View File

@ -81,6 +81,9 @@ export async function uploadZipToBlobStorage(
}
throw error
} finally {
// clear the progress timeout when upload completes
clearTimeout(chunkTimer(timeoutDuration))
}
core.info('Finished uploading artifact content to blob storage!')