mirror of
https://github.com/actions/upload-artifact.git
synced 2025-04-19 06:54:45 +02:00
fix for input
This commit is contained in:
parent
2381caac58
commit
fa272b315b
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@ inputs:
|
|||
path:
|
||||
description: 'A file, directory or wildcard pattern that describes what to upload'
|
||||
required: true
|
||||
skipArchive:
|
||||
description: 'Skip archiving of multiple files, prefers to create multiple artifacts'
|
||||
required: false
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'dist/index.js'
|
Loading…
Add table
Reference in a new issue