Closed lilMango closed 4 years ago
Realized I could just call Firebase CLI to deploy it from my yaml script
I am getting this same error. What's the solution to this?
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:
@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?
Same problem than ☝️
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:
[error]Container action is only supported on Linux
Am I missing a configuration, or is the MacOS hosted box just not supported for this plugin?