mirror of
https://github.com/actions/toolkit.git
synced 2026-08-22 00:00:21 +02:00
linter
This commit is contained in:
@@ -37,7 +37,10 @@ export async function uploadArtifact(
|
||||
}
|
||||
}
|
||||
|
||||
const zipUploadStream = await createZipUploadStream(zipSpecification, options?.compressionLevel)
|
||||
const zipUploadStream = await createZipUploadStream(
|
||||
zipSpecification,
|
||||
options?.compressionLevel
|
||||
)
|
||||
|
||||
// get the IDs needed for the artifact creation
|
||||
const backendIds = getBackendIdsFromToken()
|
||||
|
||||
Reference in New Issue
Block a user