Co-authored-by: Andrew Eisenberg <aeisenberg@github.com> Co-authored-by: Henry Mercer <henrymercer@github.com>
2 lines
258 B
TypeScript
2 lines
258 B
TypeScript
import { UploadArtifactOptions, UploadArtifactResponse } from '../shared/interfaces';
|
|
export declare function uploadArtifact(name: string, files: string[], rootDirectory: string, options?: UploadArtifactOptions | undefined): Promise<UploadArtifactResponse>;
|