You've already forked download-artifact
mirror of
https://gitee.com/Foldcc/download-artifact
synced 2026-05-29 18:59:03 +00:00
unbreak testing code
This commit is contained in:
@@ -132,7 +132,7 @@ async function run(): Promise<void> {
|
|||||||
const outcome = results[i]
|
const outcome = results[i]
|
||||||
const artifactName = chunk[i].name
|
const artifactName = chunk[i].name
|
||||||
|
|
||||||
if (!outcome.digestMismatch) {
|
if (outcome.digestMismatch) {
|
||||||
core.warning(
|
core.warning(
|
||||||
`Artifact '${artifactName}' digest validation failed. Please verify the integrity of the artifact.`
|
`Artifact '${artifactName}' digest validation failed. Please verify the integrity of the artifact.`
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user