return artifact digest on upload

Signed-off-by: Brian DeHamer <[email protected]>
This commit is contained in:
Brian DeHamer
2024-12-06 14:27:46 -08:00
parent b7a00a3203
commit 1e0c16f0dc
3 changed files with 9 additions and 1 deletions
@@ -110,6 +110,7 @@ export async function uploadArtifact(
return {
size: uploadResult.uploadSize,
digest: uploadResult.sha256Hash,
id: Number(artifactId)
}
}