Files
download-artifact/action.yml
T

14 lines
349 B
YAML
Raw Normal View History

2026-06-17 07:48:51 +08:00
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: 'node16'
main: 'dist/index.js'