mirror of
https://github.com/actions/download-artifact.git
synced 2024-11-21 21:35:27 +00:00
Fix missing download-path
output in action.yml
This commit is contained in:
parent
246d7188e7
commit
de9feda8f8
@ -1,13 +1,16 @@
|
||||
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:
|
||||
inputs:
|
||||
name:
|
||||
description: 'Artifact name'
|
||||
required: false
|
||||
path:
|
||||
description: 'Destination path'
|
||||
required: false
|
||||
outputs:
|
||||
download-path:
|
||||
description: 'Path of artifact download'
|
||||
runs:
|
||||
using: 'node20'
|
||||
main: 'dist/index.js'
|
||||
|
Loading…
Reference in New Issue
Block a user