Add support for uploading multiple artifacts

This commit is contained in:
Andrew Guibert 2020-10-20 15:35:03 -05:00
parent 27bce4eee7
commit 0f84e7bc9c
6 changed files with 87 additions and 16 deletions

View file

@ -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.