Add files via upload
parent
aa2e4a5af2
commit
1c3cca9db5
File diff suppressed because one or more lines are too long
|
|
@ -0,0 +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:
|
||||||
|
name:
|
||||||
|
description: 'Artifact name'
|
||||||
|
required: false
|
||||||
|
path:
|
||||||
|
description: 'Destination path'
|
||||||
|
required: false
|
||||||
|
outputs:
|
||||||
|
download-path:
|
||||||
|
description: 'Path of artifact download'
|
||||||
|
runs:
|
||||||
|
using: 'node16'
|
||||||
|
main: 'dist/index.js'
|
||||||
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue