mirror of
https://github.com/actions/download-artifact.git
synced 2025-04-05 02:50:12 +08:00
Merge de9feda8f8cbaeb57101e7e918969b0d039ebefc into 246d7188e736d3686f6d19628d253ede9697bd55
This commit is contained in:
commit
b73e89663e
@ -1,13 +1,16 @@
|
|||||||
name: 'Download a Build Artifact'
|
name: 'Download a Build Artifact'
|
||||||
description: 'Download a build artifact that was previously uploaded in the workflow by the upload-artifact action'
|
description: 'Download a build artifact that was previously uploaded in the workflow by the upload-artifact action'
|
||||||
author: 'GitHub'
|
author: 'GitHub'
|
||||||
inputs:
|
inputs:
|
||||||
name:
|
name:
|
||||||
description: 'Artifact name'
|
description: 'Artifact name'
|
||||||
required: false
|
required: false
|
||||||
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…
x
Reference in New Issue
Block a user