mirror of
https://github.com/actions/download-artifact.git
synced 2025-07-23 15:08: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:
|
||||
name:
|
||||
description: 'Artifact name'
|
||||
required: false
|
||||
required: true
|
||||
path:
|
||||
description: 'Destination path'
|
||||
required: false
|
||||
required: true
|
||||
runs:
|
||||
using: 'node16'
|
||||
using: 'node 16'
|
||||
main: 'dist/index.js'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue