download-artifact/action.yml

14 lines
349 B
YAML
Raw Normal View History

2019-11-09 01:00:32 +08: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-25 04:40:04 +08:00
author: 'GitHub'
inputs:
name:
description: 'Artifact name'
required: false
2019-06-25 04:40:04 +08:00
path:
description: 'Destination path'
required: false
2019-06-25 04:40:04 +08:00
runs:
2024-03-19 00:08:50 +08:00
using: 'node20'
main: 'dist/index.js'