1
0
Fork 0
mirror of https://github.com/actions/toolkit.git synced 2025-06-08 06:27:02 +09:00

Update blob-upload.ts

This commit is contained in:
Ryan Ghadimi 2025-03-12 07:59:00 +00:00 committed by GitHub
parent 7ae578ddd1
commit 56c5a39afb
Signed by: github
GPG key ID: B5690EEEBB952194

View file

@ -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(