wzieba / Firebase-Distribution-Github-Action

This action uploads artifacts (.apk or .ipa) to Firebase App Distribution.
MIT License
376 stars 77 forks source link

support for macOS hosted? #13

Closed lilMango closed 4 years ago

lilMango commented 4 years ago

Hi, I was just trying to upload my *.ipa file to the Firebase Distribution. (Added all TOKENS, and APP _ID) My github actions are running on a macos hosted box and are getting the following error:

Am I missing a configuration, or is the MacOS hosted box just not supported for this plugin?

lilMango commented 4 years ago

Realized I could just call Firebase CLI to deploy it from my yaml script

mohdabbas378 commented 4 years ago

I am getting this same error. What's the solution to this?

wzieba commented 4 years ago

You can build your *.ipa file in one job (MacOS hosted) and send it to another one (e.g. Linux hosted) and use this action there.

See more:

mvn-tony-hn commented 2 years ago

@wzieba I tried to upload & download my ipa file (around more than 20mb) by using upload&download-artifact action. But when upload to firebase distribution I always get the error below: Error: failed to upload release. There's been an error processing your app. Ensure you are uploading a valid IPA and try again. If this problem continues, contact Firebase support. Do you have any suggestions for this case?

RafaRuiz commented 1 year ago

Same problem than ☝️