Skip to content

Commit 56c5a39

Browse files
authored
Update blob-upload.ts
1 parent 7ae578d commit 56c5a39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/artifact/src/internal/upload/blob-upload.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export async function uploadZipToBlobStorage(
9898

9999
hashStream.end()
100100
sha256Hash = hashStream.read() as string
101-
core.info(`SHA256 hash of uploaded artifact zip is ${sha256Hash}`)
101+
core.info(`SHA256 digest of uploaded artifact zip is ${sha256Hash}`)
102102

103103
if (uploadByteCount === 0) {
104104
core.warning(

0 commit comments

Comments
 (0)