mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-01-04 02:42:55 +08:00
Reset processedCount when downloading all artifacts (#889)
This commit is contained in:
parent
e9b0746ee3
commit
e19e4261da
@ -24,6 +24,7 @@ export class StatusReporter {
|
|||||||
|
|
||||||
setTotalNumberOfFilesToProcess(fileTotal: number): void {
|
setTotalNumberOfFilesToProcess(fileTotal: number): void {
|
||||||
this.totalNumberOfFilesToProcess = fileTotal
|
this.totalNumberOfFilesToProcess = fileTotal
|
||||||
|
this.processedCount = 0
|
||||||
}
|
}
|
||||||
|
|
||||||
start(): void {
|
start(): void {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user