download-artifact/action.yml
Konrad Pabjan 6ced765a9f V2 Setup
2020-02-20 15:48:03 -05:00

13 lines
No EOL
348 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
runs:
using: 'node12'
main: 'dist/index.js'