Split a Zip archive into smaller Zip archives. More information: https://manned.org/zipsplit.
zipsplit {{path/to/archive.zip}}
zipsplit -n {{size}} {{path/to/archive.zip}}
zipsplit -p -n {{size}} {{path/to/archive.zip}}
zipsplit -b {{path/to/output_directory}} -n {{size}} {{path/to/archive.zip}}