Show artifact download progress

This commit is contained in:
Michal Dorner 2021-02-15 20:29:51 +01:00
parent 8819b4b3d4
commit da9cc2c0d9
No known key found for this signature in database
GPG key ID: 9EEE04B48DA36786
2 changed files with 5 additions and 4 deletions

View file

@ -67,7 +67,7 @@ export class ArtifactProvider implements InputProvider {
}
for (const art of artifacts) {
await downloadArtifact(this.octokit, art.id, art.name, this.token)
await downloadArtifact(this.octokit, art.id, art.name, art.size_in_bytes, this.token)
const reportName = this.getReportName(art.name)
const files: FileContent[] = []
const zip = new Zip(art.name)