This commit is contained in:
Konrad Pabjan
2023-08-01 12:02:30 -04:00
parent d321d78c4b
commit 68ccf88d4e
5 changed files with 0 additions and 22 deletions

View File

@@ -21,7 +21,6 @@ export async function uploadArtifact(
const uploadResponse: UploadResponse = {
artifactName: name,
artifactItems: [],
size: 0
}

View File

@@ -8,9 +8,4 @@ export interface UploadResponse {
* Total size of the artifact in bytes that was uploaded
*/
size: number
/**
* A list of items that were uploaded as part of the artifact
*/
artifactItems: string[]
}