This commit is contained in:
Rob Herley
2023-11-20 16:46:08 +00:00
committed by GitHub
parent 606ebdcf6d
commit 3a610e848c
2 changed files with 5 additions and 2 deletions

View File

@@ -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()