mirror of
https://gitea.com/actions/download-artifact.git
synced 2025-05-18 16:49:31 +07:00
unbreak testing code
This commit is contained in:
parent
503e7a18ae
commit
049eba1e9a
@ -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.`
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user