download-artifact/action.yml
2020-04-30 16:00:01 +02:00

16 lines
No EOL
486 B
YAML

name: 'Download a Build Artifact'
description: 'Download a build artifact that was previously uploaded in the workflow by the upload-artifact action'
author: 'GitHub'
inputs:
name:
description: 'Artifact name'
required: false
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'