r0adkll / sign-android-release

A GitHub action to sign an APK or AAB
MIT License
362 stars 137 forks source link

Update example releaseDirectory #46

Closed DominusKelvin closed 3 years ago

DominusKelvin commented 3 years ago

The release directory should be build/app/outputs/apk/release not app/build/outputs/apk/release

r0adkll commented 3 years ago

This can really depend on your build and development setup. I believe that default Android Studio projects output their assembleRelease task to app/build/outputs/apk/release.