Create ZIP v1.0.0

What’s Changed

Fixed double .zip extension in some cases.
Example:
- destination: path/archive.zipBITRISE_ZIP_PATH: path/archive.zip (previously path/archive.zip.zip)

Destination path only appends .zip when the destination has no extension at all.
Example:
- destination: path/archiveBITRISE_ZIP_PATH: path/archive.zip (unchanged)
- destination: path/archive.tarBITRISE_ZIP_PATH: path/archive.tar (previously path/archive.tar.zip)

In case the destination is a directory, then behaviour is unchanged.
Example:
- destination: path/to/dirBITRISE_ZIP_PATH: path/to/dir/source.zip (unchanged)

Added a new BITRISE_ZIP_PATH output exposing the absolute path of the produced archive.

Full Changelog: Comparing 0.9.2...1.0.0 · bitrise-steplib/steps-create-zip · GitHub