mirror of
https://github.com/actions/toolkit
synced 2025-05-09 08:33:00 +00:00
linter
This commit is contained in:
parent
606ebdcf6d
commit
3a610e848c
2 changed files with 5 additions and 2 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue