Add extra option to create a folder during download

This commit is contained in:
Konrad Pabjan 2020-04-30 16:00:01 +02:00
parent 1de1dea89c
commit 731ed00a75
8 changed files with 133 additions and 65 deletions

View file

@ -8,6 +8,9 @@ inputs:
path:
description: 'Destination path'
required: false
artifact-folder:
description: 'Denotes if an extra directory is created for any artifacts that are downloaded'
default: 'false'
runs:
using: 'node12'
main: 'dist/index.js'