1
0
Fork 0
mirror of https://code.forgejo.org/actions/download-artifact synced 2025-07-13 21:53:52 +02:00
This commit is contained in:
Austin Sasko 2022-08-22 13:36:34 -04:00
parent f955f933f0
commit dd7521c16d

1
dist/index.js vendored
View file

@ -4241,6 +4241,7 @@ Note: The size of downloaded zips can differ significantly from the reported siz
let downloadedArtifacts = 0;
while (downloadedArtifacts < artifacts.count) {
const currentArtifactToDownload = artifacts.value[downloadedArtifacts];
console.log("current art: " + currentArtifactToDownload)
downloadedArtifacts += 1;
core.info(`starting download of artifact ${currentArtifactToDownload.name} : ${downloadedArtifacts}/${artifacts.count}`);
// Get container entries for the specific artifact