mirror of
https://github.com/actions/download-artifact.git
synced 2024-11-22 13:45:28 +00:00
Fix missing download-path
output in action.yml
This commit is contained in:
parent
246d7188e7
commit
de9feda8f8
@ -8,6 +8,9 @@ inputs:
|
|||||||
path:
|
path:
|
||||||
description: 'Destination path'
|
description: 'Destination path'
|
||||||
required: false
|
required: false
|
||||||
|
outputs:
|
||||||
|
download-path:
|
||||||
|
description: 'Path of artifact download'
|
||||||
runs:
|
runs:
|
||||||
using: 'node20'
|
using: 'node20'
|
||||||
main: 'dist/index.js'
|
main: 'dist/index.js'
|
||||||
|
Loading…
Reference in New Issue
Block a user