Skip to content
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

Need a way to set the working directory #71

Open
EranBoudjnah opened this issue Aug 12, 2022 · 2 comments
Open

Need a way to set the working directory #71

EranBoudjnah opened this issue Aug 12, 2022 · 2 comments

Comments

@EranBoudjnah
Copy link

For projects where the Android project isn't at the root, this action fails as it can't find gradlew.

@Malinskiy
Copy link
Owner

How about using (cd $SOME_PATH; ./gradlew xxx) as the cmd?

@EranBoudjnah
Copy link
Author

That was my first thought, but it did not seem to work. Maybe I got the syntax wrong? It would be good to have a working directory property in any case, it's quite common in Github actions and it's tidier.

Just a suggestion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants