We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ae578d + 56c5a39 commit 253e837Copy full SHA for 253e837
packages/artifact/src/internal/upload/blob-upload.ts
@@ -98,7 +98,7 @@ export async function uploadZipToBlobStorage(
98
99
hashStream.end()
100
sha256Hash = hashStream.read() as string
101
- core.info(`SHA256 hash of uploaded artifact zip is ${sha256Hash}`)
+ core.info(`SHA256 digest of uploaded artifact zip is ${sha256Hash}`)
102
103
if (uploadByteCount === 0) {
104
core.warning(
0 commit comments