mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-05-03 22:08:09 +08:00
add download apis to stream zip from blob storage
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import {ArtifactClient, Client} from './internal/client'
|
||||
import {UploadOptions, UploadResponse} from './internal/shared/interfaces'
|
||||
|
||||
/**
|
||||
* Exported functionality that we want to expose for any users of @actions/artifact
|
||||
*/
|
||||
export {ArtifactClient, UploadOptions, UploadResponse}
|
||||
export * from './internal/shared/interfaces'
|
||||
export {ArtifactClient}
|
||||
|
||||
export function create(): ArtifactClient {
|
||||
return Client.create()
|
||||
|
||||
Reference in New Issue
Block a user