mirror of
https://code.forgejo.org/actions/download-artifact
synced 2025-06-08 04:58:20 +02:00
unbreak testing code
This commit is contained in:
parent
503e7a18ae
commit
049eba1e9a
1 changed files with 1 additions and 1 deletions
|
@ -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.`
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue