Support direct file uploads
This commit is contained in:
parent
4177a106a5
commit
6b68470975
9 changed files with 46 additions and 7 deletions
|
|
@ -35,4 +35,10 @@ export interface UploadInputs {
|
|||
* Whether or not to include hidden files in the artifact
|
||||
*/
|
||||
includeHiddenFiles: boolean
|
||||
|
||||
/**
|
||||
* Whether or not to archive (zip) the artifact before uploading.
|
||||
* When false, only a single file can be uploaded.
|
||||
*/
|
||||
archive: boolean
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue