mirror of
https://github.com/actions/download-artifact.git
synced 2025-07-23 23:18:29 +02:00
action-artifact.yml
This commit is contained in:
parent
076f0f7dd0
commit
5f676b1a1c
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue