Fix missing `download-path` output in action.yml

pull/360/head
rhysd 2024-11-07 19:04:58 +09:00
parent 246d7188e7
commit de9feda8f8
1 changed files with 4 additions and 1 deletions

View File

@ -8,6 +8,9 @@ inputs:
path:
description: 'Destination path'
required: false
outputs:
download-path:
description: 'Path of artifact download'
runs:
using: 'node20'
main: 'dist/index.js'