mirror of
				https://github.com/actions/upload-artifact.git
				synced 2025-10-23 08:56:38 +08:00 
			
		
		
		
	bump for more logs
This commit is contained in:
		
							
								
								
									
										1
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							| @@ -5823,6 +5823,7 @@ class ZipUploadStream extends stream.Transform { | |||||||
| exports.ZipUploadStream = ZipUploadStream; | exports.ZipUploadStream = ZipUploadStream; | ||||||
| function createZipUploadStream(uploadSpecification, compressionLevel = exports.DEFAULT_COMPRESSION_LEVEL) { | function createZipUploadStream(uploadSpecification, compressionLevel = exports.DEFAULT_COMPRESSION_LEVEL) { | ||||||
|     return __awaiter(this, void 0, void 0, function* () { |     return __awaiter(this, void 0, void 0, function* () { | ||||||
|  |         core.debug(`Creating Artifact archive with compressionLevel: ${compressionLevel}`); | ||||||
|         const zip = archiver.create('zip', { |         const zip = archiver.create('zip', { | ||||||
|             highWaterMark: (0, config_1.getUploadChunkSize)(), |             highWaterMark: (0, config_1.getUploadChunkSize)(), | ||||||
|             zlib: { level: compressionLevel } |             zlib: { level: compressionLevel } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user