mirror of
https://github.com/actions/download-artifact.git
synced 2025-07-27 17:08:28 +02:00
Add extra option to create a folder during download
This commit is contained in:
parent
1de1dea89c
commit
731ed00a75
8 changed files with 133 additions and 65 deletions
|
@ -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'
|
Loading…
Add table
Add a link
Reference in a new issue