mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-04-20 19:48:04 +08:00
consistent promise behavior for upload artifact
This commit is contained in:
@@ -4,6 +4,7 @@ import {ArtifactClient, Client} from './internal/client'
|
||||
* Exported functionality that we want to expose for any users of @actions/artifact
|
||||
*/
|
||||
export * from './internal/shared/interfaces'
|
||||
export * from './internal/shared/errors'
|
||||
export {ArtifactClient}
|
||||
|
||||
export function create(): ArtifactClient {
|
||||
|
||||
Reference in New Issue
Block a user