mirror of
https://github.com/actions/toolkit.git
synced 2026-08-24 00:00:19 +02:00
cleanup
This commit is contained in:
@@ -52,6 +52,7 @@ export async function uploadZipToBlobStorage(
|
||||
zipUploadStream.pipe(hashStream).setEncoding('hex') // This stream is used to compute a hash of the zip content that gets used. Integrity check
|
||||
|
||||
core.info('Beginning upload of artifact content to blob storage')
|
||||
|
||||
try {
|
||||
await blockBlobClient.uploadStream(
|
||||
uploadStream,
|
||||
|
||||
Reference in New Issue
Block a user