deanWombourne / bitrise-step-diawi-upload

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

Not working for iOS apps #11

Closed sonifex closed 3 years ago

sonifex commented 3 years ago

I got this error on workflow.

Screenshot 2020-12-18 at 15 38 00
deanWombourne commented 3 years ago

It looks like you haven't passed in a Diawi api token?

From your screenshot, I think there is a double space between upload and your file name, which is where the api token would usually be.

sonifex commented 3 years ago

I am passing $BITRISE_IPA_PATH for "ipa/akp/zip file path" variable. Also adding API token as a secret variable.

deanWombourne commented 3 years ago

The path variable seems to be working fine, but it's not picking up the api key for some reason

sonifex commented 3 years ago

It worked after recreating the workflow. Thanks.