mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-04-18 14:38:03 +08:00
Cleanup
This commit is contained in:
@@ -21,7 +21,6 @@ export async function uploadArtifact(
|
||||
|
||||
const uploadResponse: UploadResponse = {
|
||||
artifactName: name,
|
||||
artifactItems: [],
|
||||
size: 0
|
||||
}
|
||||
|
||||
|
||||
@@ -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[]
|
||||
}
|
||||
Reference in New Issue
Block a user