From 1f3c0c57c9838c5b7ed2ba8e74df4097ad607c3c Mon Sep 17 00:00:00 2001 From: Rob Herley Date: Wed, 6 Dec 2023 18:05:50 -0500 Subject: [PATCH] ncc --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 330ae13..320387e 100644 --- a/dist/index.js +++ b/dist/index.js @@ -6236,7 +6236,6 @@ function uploadArtifact(name, files, rootDirectory, options) { if (zipSpecification.length === 0) { throw new errors_1.FilesNotFoundError(zipSpecification.flatMap(s => (s.sourcePath ? [s.sourcePath] : []))); } - const zipUploadStream = yield (0, zip_1.createZipUploadStream)(zipSpecification, options === null || options === void 0 ? void 0 : options.compressionLevel); // get the IDs needed for the artifact creation const backendIds = (0, util_1.getBackendIdsFromToken)(); // create the artifact client @@ -6257,6 +6256,7 @@ function uploadArtifact(name, files, rootDirectory, options) { if (!createArtifactResp.ok) { throw new errors_1.InvalidResponseError('CreateArtifact: response from backend was not ok'); } + const zipUploadStream = yield (0, zip_1.createZipUploadStream)(zipSpecification, options === null || options === void 0 ? void 0 : options.compressionLevel); // Upload zip to blob storage const uploadResult = yield (0, blob_upload_1.uploadZipToBlobStorage)(createArtifactResp.signedUploadUrl, zipUploadStream); // finalize the artifact