mirror of
https://github.com/actions/upload-artifact.git
synced 2025-07-23 06:48:26 +02:00
Add support for uploading multiple artifacts
This commit is contained in:
parent
27bce4eee7
commit
0f84e7bc9c
6 changed files with 87 additions and 16 deletions
|
@ -8,6 +8,11 @@ inputs:
|
|||
path:
|
||||
description: 'A file, directory or wildcard pattern that describes what to upload'
|
||||
required: true
|
||||
single-archive:
|
||||
description: >
|
||||
Whether or not all files for the action should be combined into a single archive
|
||||
or uploaded as separate archives
|
||||
default: 'true'
|
||||
if-no-files-found:
|
||||
description: >
|
||||
The desired behavior if no files are found using the provided path.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue