mirror of
https://gitea.com/actions/upload-artifact.git
synced 2025-04-21 00:05:33 +08:00
fix for input
This commit is contained in:
parent
2381caac58
commit
fa272b315b
@ -8,6 +8,9 @@ inputs:
|
|||||||
path:
|
path:
|
||||||
description: 'A file, directory or wildcard pattern that describes what to upload'
|
description: 'A file, directory or wildcard pattern that describes what to upload'
|
||||||
required: true
|
required: true
|
||||||
|
skipArchive:
|
||||||
|
description: 'Skip archiving of multiple files, prefers to create multiple artifacts'
|
||||||
|
required: false
|
||||||
runs:
|
runs:
|
||||||
using: 'node12'
|
using: 'node12'
|
||||||
main: 'dist/index.js'
|
main: 'dist/index.js'
|
Loading…
x
Reference in New Issue
Block a user