Skip to content

Commit

Permalink
bump for more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
robherley committed Nov 20, 2023
1 parent 20bcd3b commit 59ef34a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5823,6 +5823,7 @@ class ZipUploadStream extends stream.Transform {
exports.ZipUploadStream = ZipUploadStream;
function createZipUploadStream(uploadSpecification, compressionLevel = exports.DEFAULT_COMPRESSION_LEVEL) {
return __awaiter(this, void 0, void 0, function* () {
core.debug(`Creating Artifact archive with compressionLevel: ${compressionLevel}`);
const zip = archiver.create('zip', {
highWaterMark: (0, config_1.getUploadChunkSize)(),
zlib: { level: compressionLevel }
Expand Down

0 comments on commit 59ef34a

Please sign in to comment.