Open khamaileon opened 6 months ago
I'd like to use apksigner, which is in the build-tools folder. How can I do this?
In the end, I had this in my pipeline:
- run: echo "$ANDROID_HOME/build-tools/34.0.0" >> $GITHUB_PATH"
Could be nice to have it in setup-android.
I'd like to use apksigner, which is in the build-tools folder. How can I do this?