mirror of
https://github.com/actions/toolkit.git
synced 2026-08-14 00:00:18 +02:00
Fix upload progress bug
This commit is contained in:
Vendored
+4
@@ -24,6 +24,10 @@ export interface UploadOptions {
|
||||
* @default 32MB
|
||||
*/
|
||||
uploadChunkSize?: number
|
||||
/**
|
||||
* Archive size in bytes
|
||||
*/
|
||||
archiveSizeBytes?: number
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user