mirror of
https://github.com/actions/download-artifact.git
synced 2025-08-21 16:10:17 +00:00
action-artifact.yml
This commit is contained in:
parent
076f0f7dd0
commit
5f676b1a1c
@ -4,10 +4,10 @@ author: 'GitHub'
|
|||||||
inputs:
|
inputs:
|
||||||
name:
|
name:
|
||||||
description: 'Artifact name'
|
description: 'Artifact name'
|
||||||
required: false
|
required: true
|
||||||
path:
|
path:
|
||||||
description: 'Destination path'
|
description: 'Destination path'
|
||||||
required: false
|
required: true
|
||||||
runs:
|
runs:
|
||||||
using: 'node16'
|
using: 'node 16'
|
||||||
main: 'dist/index.js'
|
main: 'dist/index.js'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user