action-android icon indicating copy to clipboard operation
action-android copied to clipboard

Need a way to set the working directory

Open EranBoudjnah opened this issue 1 year ago • 2 comments

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

EranBoudjnah avatar Aug 12 '22 10:08 EranBoudjnah

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

Malinskiy avatar Aug 12 '22 16:08 Malinskiy

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.

EranBoudjnah avatar Aug 13 '22 05:08 EranBoudjnah