deanWombourne / bitrise-step-diawi-upload

Upload an ipa/apk/zip to Diawi
MIT License
4 stars 4 forks source link

fix: use eval to execute function #6

Closed kceb closed 4 years ago

kceb commented 4 years ago

Previous implementation was causing cmd: command not found error.

This opts for eval, and it seems to be working locally.