mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2026-03-24 08:28:04 +03:00
Add files via upload
This commit is contained in:
parent
aa2e4a5af2
commit
1c3cca9db5
3 changed files with 11091 additions and 0 deletions
16
action.yml.txt
Normal file
16
action.yml.txt
Normal file
|
|
@ -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'
|
||||
Loading…
Add table
Add a link
Reference in a new issue