-
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
Path argument must be string #48
Comments
Hey guys, |
I having same issue with it but I am not using self-hosted node. |
I ran into this too. My action was working fine, then I moved to another self-hosted runner without any code changes and started seeing the following error:
After some digging, the problem turned out to be that I didn't have the environment variable |
I fixed my problem using env variables adding ANDROID_HOME like this :
|
Hi @MY23 @cirion @rafal1137 @xcarlitos I have created a new repo trying to maintain the project, based on this solution. My solution is based on Node.js 20.9 and I solved also this issue. Now it raises an error if ANDROID_HOME is missing, I remove the non-null assertion operator and checking if null. |
When I try to run this GitHub-Action I get following Error/Logs:
What is the point here?
My workflow is configured like that:
The text was updated successfully, but these errors were encountered: