1
0
mirror of https://gitea.com/actions/download-artifact.git synced 2025-02-23 04:00:38 +07:00
download-artifact/action.yml

13 lines
406 B
YAML
Raw Normal View History

2019-11-09 00:00:32 +07: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 03:40:04 +07:00
author: 'GitHub'
inputs:
name:
description: 'Artifact name'
2019-08-02 01:45:04 +07:00
required: true
2019-06-25 03:40:04 +07:00
path:
description: 'Destination path'
runs:
2019-09-07 00:19:36 +07:00
# Plugins live on the runner and are only available to a certain set of first party actions.
2019-06-25 03:40:04 +07:00
plugin: 'download'