download-artifact/action.yml

17 lines
420 B
YAML
Raw Normal View History

2019-11-08 12:00:32 -05:00
name: 'Download a Build Artifact'
description: 'Download a build artifact that was previously uploaded in the workflow by the upload-artifact action'
2019-06-24 16:40:04 -04:00
author: 'GitHub'
inputs:
name:
description: 'Artifact name'
required: false
2019-06-24 16:40:04 -04:00
path:
description: 'Destination path'
required: false
outputs:
download-path:
description: 'Path of artifact download'
2019-06-24 16:40:04 -04:00
runs:
using: 'node16'
main: 'dist/index.js'