We have released a new version (1.2.1) of the Cordova archive step.
Changes:
Fix the bug which caused duplicated root folder for the exported .dsym
and .app
files.
This solution will fix the empty exported *dsym.zip
or *app.zip
bug as well.
Before the fix we exported the .dsym and the .app like this:
dSYM
└── dSYM
└── Contents
├── Info.plist
└── Resources
└── DWARF
└── CordovaOnBitrise
Instead of:
dSYM
└── Contents
├── Info.plist
└── Resources
└── DWARF
└── CordovaOnBitrise