-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: ENOENT: no such file or directory, scandir 'app/build/outputs/bundle/release' #62
Comments
Maybe the release on the machine of Github is not putting the release over
You could put the output here to check what is happening. |
Seeing the same thing. Has anyone figured this out? 🤔 |
@langsmith I didn't have time to try further, but a possibility is that the action is not using the |
@domenicovent I just wanted to confirm your theory here. After messing with this for a decent amount of time, it absolutely has to do with I separated my single step into two steps, with all of the parts that required a |
Hi @DraqueT Could you share how you separated the step into two steps so I can make my build work successfully? I am stuck with the bundle singing. |
@Surkhojb Ultimately I used a workaround. Part of the process I am using uploads the file to an external location that I have access to. I just pull it from there again so that I don't need to access the local path. |
I am getting this error:
Run r0adkll/sign-android-release@v1
Preparing to sign key @ app/build/outputs/bundle/release with signing key
Error: ENOENT: no such file or directory, scandir 'app/build/outputs/bundle/release'
I see in other posts that the app/build/outputs/bundle/[build flavor]release, but that's not where it is going on my machine, it goes to [app]/mobile/release. I expect there is a way to configure this, but am having trouble finding it.
I have also tried with releaseDirectory: app/mobile/release but got the same error.
When running:
The prior steps executed successfully:
The text was updated successfully, but these errors were encountered: