mirror of
https://github.com/actions/download-artifact.git
synced 2025-08-18 21:49:56 +08:00
Make work as intended
This commit is contained in:
2
dist/index.js
vendored
2
dist/index.js
vendored
@@ -118782,7 +118782,7 @@ function run() {
|
||||
for (let i = 0; i < results.length; i++) {
|
||||
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.`);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user