Hello. I woud like to set up maestro with github actions instead of eas, I know that using eas is much easier when using expo.
My problem is that I keep getting:
Error: Error running Maestro Cloud Upload Action: Request to https://api.mobile.dev/v2/upload failed (400): Executable 'eastestsexample' not found in app bundle
So indeed, I don't see any eastestsexample executable, as the error says. But I don't know why.
In case listing the build directory contents helps, here it is:
Hello. I woud like to set up maestro with github actions instead of eas, I know that using eas is much easier when using expo.
My problem is that I keep getting:
So far my workflow is like this:
As you can see I'm logging the contents of the app bundle and this is the output: List .app bundle content:
So indeed, I don't see any eastestsexample executable, as the error says. But I don't know why. In case listing the build directory contents helps, here it is:
Hopefully somebody will know what I'm doing wrong.
Thanks in advance