mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-07-30 08:11:59 +08:00
Update blob-upload.ts
This commit is contained in:
parent
7ae578ddd1
commit
56c5a39afb
@ -98,7 +98,7 @@ export async function uploadZipToBlobStorage(
|
||||
|
||||
hashStream.end()
|
||||
sha256Hash = hashStream.read() as string
|
||||
core.info(`SHA256 hash of uploaded artifact zip is ${sha256Hash}`)
|
||||
core.info(`SHA256 digest of uploaded artifact zip is ${sha256Hash}`)
|
||||
|
||||
if (uploadByteCount === 0) {
|
||||
core.warning(
|
||||
|
Loading…
x
Reference in New Issue
Block a user