Kotlin Wrappers API Reference
Toggle table of contents
web
Target filter
web
Switch theme
Search in API
Skip to content
Kotlin Wrappers API Reference
kotlin-actions-artifact
/
actions.artifact
/
uploadArtifactAsync
upload
Artifact
Async
external
fun
uploadArtifactAsync
(
name
:
String
,
files
:
ReadonlyArray
<
String
>
,
rootDirectory
:
String
,
options
:
UploadArtifactOptions
?
=
definedExternally
)
:
Promise
<
UploadArtifactResponse
>
(
source
)