diff --git a/action.yml b/action.yml index 850db9b..3ca9fe0 100644 --- a/action.yml +++ b/action.yml @@ -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'