bitrise-steplib / steps-deploy-to-bitrise-io

Deploy build artifacts to bitrise.io
MIT License
23 stars 40 forks source link

Don't try to zip empty dir #208

Closed ofalvai closed 2 months ago

ofalvai commented 3 months ago

Checklist

Version

Requires a MAJOR/MINOR/PATCH version update

Context

failed to zip output dir, error: command: (/usr/bin/zip "-rTy" "/var/folders/7l/rszmbrmd6tv4pg52z6ql_5rc0000gn/T/__deploy-to-bitrise-io__3660991785/xcovReport.zip" ".") failed, output: zip error: Nothing to do! (try: zip -rTy /var/folders/7l/rszmbrmd6tv4pg52z6ql_5rc0000gn/T/__deploy-to-bitrise-io__3660991785/xcovReport.zip . -i .), error: exit status 12

Changes

Investigation details

Decisions