We found a file type detection issue in Deploy to Bitrise.io step.
The step appends metadata to ipa and apk files during the upload.
The function, which determines if a file path is an ipa used a bad regexp: '.*.ipa'
The new version (v1.2.9) uses the ruby File.extname
to determine the file type.