I’m getting this error when using google-play-deploy step, I see the sign-apk step calls /usr/bin/jarsigner "-verify" "-verbose" "-certs" "/tmp/bitrise-sign-build-artifact714204627/unaligned.apk"
shouldn’t this be calling apksigner?
I read this post but I actually want to use the sign-apk step.