Results 101 comments of Victor B.

I made the changes but I can't test it, can you try using the test branch `uses: victorbnl/build-signed-apk@gradlew_file-test` and tell me if it works? The new parameter is `gradlew_file`. Also...

I updated that to be the `gradlew_dir` option (defaults to `.`) which does a `cd ${{ inputs.gradlew_dir }}` before the gradlew commands. You can try that

Oh gosh I commited and forgot to push... :sob: :joy: you can try now. Sorry for losing your time x)

Right, I forgot one had to specify the shell when using `run:` this one should be fixed

It's not indeed, I didn't know you had to run `gradlew` instead of `./gradlew` that seems unusual to me. Do you think just using `gradlew` everywhere would work or I...

After a bit of research, I found the working directory doesn't persist from one step to another. You need to use working-directory. Anyway it should be fixed now

Thanks to you for taking your time helping me testing it!! Also you can switch back to the `main` branch, I added the changes

When setting the banner, did you use the generated banner, and not the original image? The banner should already be the perfect size to fit in

I did check it, and I can indeed reproduce it, I need to find time to figure out what the problem is