dist & package.json

This commit is contained in:
Ryan Ghadimi 2025-03-18 21:28:08 +00:00
parent 2439186eed
commit c7cfc3a2a3
3 changed files with 6 additions and 6 deletions

6
dist/index.js vendored
View file

@ -118857,10 +118857,10 @@ function run() {
core.warning(`Artifact '${artifactName}' digest validation failed. Please verify the integrity of the artifact.`);
}
}
core.info(`Total of ${artifacts.length} artifact(s) downloaded`);
core.setOutput(constants_1.Outputs.DownloadPath, resolvedPath);
core.info('Download artifact has finished successfully');
}
core.info(`Total of ${artifacts.length} artifact(s) downloaded`);
core.setOutput(constants_1.Outputs.DownloadPath, resolvedPath);
core.info('Download artifact has finished successfully');
});
}
run().catch(err => core.setFailed(`Unable to download artifact(s): ${err.message}`));