mirror of
https://github.com/actions/upload-artifact.git
synced 2025-06-29 12:24:15 +00:00
Upload multiple artifacts
This commit is contained in:
parent
58740802ef
commit
64a16cb7f4
5 changed files with 24 additions and 31 deletions
|
@ -2,9 +2,6 @@ name: 'Upload a Build Artifact'
|
|||
description: 'Upload a build artifact that can be used by subsequent workflow steps'
|
||||
author: 'GitHub'
|
||||
inputs:
|
||||
name:
|
||||
description: 'Artifact name'
|
||||
default: 'artifact'
|
||||
path:
|
||||
description: 'A file, directory or wildcard pattern that describes what to upload'
|
||||
required: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue