mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-04-18 02:58:05 +08:00
Cleanup NPM packages
This commit is contained in:
@@ -18,6 +18,8 @@ export interface ArtifactClient {
|
||||
rootDirectory: string,
|
||||
options?: UploadOptions
|
||||
): Promise<UploadResponse>
|
||||
|
||||
// TODO Download functionality
|
||||
}
|
||||
|
||||
export class DefaultArtifactClient implements ArtifactClient {
|
||||
|
||||
Reference in New Issue
Block a user