What’s Changed
Fixed double .zip extension in some cases.
Example:
- destination: path/archive.zip → BITRISE_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/archive → BITRISE_ZIP_PATH: path/archive.zip (unchanged)
- destination: path/archive.tar → BITRISE_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/dir → BITRISE_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