Merge pull request #308 from crazy-max/github-upload-artifact
github: upload artifact
This commit is contained in:
@@ -34,3 +34,16 @@ export interface GitHubActionsRuntimeTokenAC {
|
||||
Scope: string;
|
||||
Permission: number;
|
||||
}
|
||||
|
||||
export interface UploadArtifactOpts {
|
||||
filename: string;
|
||||
mimeType?: string;
|
||||
retentionDays?: number;
|
||||
}
|
||||
|
||||
export interface UploadArtifactResponse {
|
||||
id: number;
|
||||
filename: string;
|
||||
size: number;
|
||||
url: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user