mirror of
https://gitea.com/actions/upload-artifact.git
synced 2025-12-15 13:11:43 +08:00
fix for input
This commit is contained in:
@@ -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'
|
||||||
Reference in New Issue
Block a user