mirror of
https://github.com/actions/upload-artifact.git
synced 2025-06-29 04:14:15 +00:00
Upload multiple artifacts
This commit is contained in:
parent
58740802ef
commit
64a16cb7f4
5 changed files with 24 additions and 31 deletions
|
@ -1,11 +1,6 @@
|
|||
import {NoFileOptions} from './constants'
|
||||
|
||||
export interface UploadInputs {
|
||||
/**
|
||||
* The name of the artifact that will be uploaded
|
||||
*/
|
||||
artifactName: string
|
||||
|
||||
/**
|
||||
* The search path used to describe what to upload as part of the artifact
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue