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

14 lines
349 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'
required: false
2019-06-25 03:40:04 +07:00
path:
description: 'Destination path'
required: false
2019-06-25 03:40:04 +07:00
runs:
2024-03-18 23:08:50 +07:00
using: 'node20'
main: 'dist/index.js'