mirror of https://github.com/actions/toolkit
Reset processedCount when downloading all artifacts (#889)
parent
e9b0746ee3
commit
e19e4261da
|
@ -24,6 +24,7 @@ export class StatusReporter {
|
|||
|
||||
setTotalNumberOfFilesToProcess(fileTotal: number): void {
|
||||
this.totalNumberOfFilesToProcess = fileTotal
|
||||
this.processedCount = 0
|
||||
}
|
||||
|
||||
start(): void {
|
||||
|
|
Loading…
Reference in New Issue