
Packs each upstream [{name: String, content: Bytes}] list into a single .zip archive under output_path, deflating members at compression_level and naming the file from name_template plus a 6-digit index.
Bundle collected artifacts. Gather named byte blobs into a member list and write them out as one compressed archive per call.
Bundle fetched assets. Pull source files over HTTP, assemble them into named byte members, and write a single downloadable archive.
compression_level accepts only 0 through 9; zero stores members uncompressed while one through nine apply deflate at increasing strength.output_path must not be written by another producer concurrently.output_path with the same name_template overwrites earlier archives.Automated release