1
0
Fork 0
mirror of https://code.forgejo.org/actions/download-artifact synced 2025-06-07 20:48:21 +02:00

unbreak testing code

This commit is contained in:
Ryan Ghadimi 2025-03-12 16:04:02 +00:00
parent 503e7a18ae
commit 049eba1e9a

View file

@ -132,7 +132,7 @@ async function run(): Promise<void> {
const outcome = results[i]
const artifactName = chunk[i].name
if (!outcome.digestMismatch) {
if (outcome.digestMismatch) {
core.warning(
`Artifact '${artifactName}' digest validation failed. Please verify the integrity of the artifact.`
)