run release

This commit is contained in:
Ryan Ghadimi 2025-03-12 16:20:09 +00:00
parent 9ff67cb2d2
commit 7797bfcd59

2
dist/index.js vendored
View File

@ -118766,7 +118766,7 @@ function run() {
if (artifacts.length) {
core.info(`Preparing to download the following artifacts:`);
artifacts.forEach(artifact => {
core.info(`- ${artifact.name} (ID: ${artifact.id}, Size: ${artifact.size})`);
core.info(`- ${artifact.name} (ID: ${artifact.id}, Size: ${artifact.size}, Expected Digest: ${artifact.digest})`);
});
}
const downloadPromises = artifacts.map(artifact => ({