From 2c9a7a05020e58c8a14582b918a76c6491428f37 Mon Sep 17 00:00:00 2001 From: Arran Ubels Date: Wed, 28 Aug 2024 11:34:28 +1000 Subject: [PATCH] Makes it clear that you can use zip with web too. (#223) --- examples/hello_world/distribute_options.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/hello_world/distribute_options.yaml b/examples/hello_world/distribute_options.yaml index 2eb47c54..271b3556 100644 --- a/examples/hello_world/distribute_options.yaml +++ b/examples/hello_world/distribute_options.yaml @@ -145,3 +145,7 @@ releases: package: platform: web target: direct + - name: web-zip + package: + platform: web + target: zip