ilharp / sign-android-release

A GitHub action to sign an APK or AAB
https://github.com/marketplace/actions/sign-android-release-2
MIT License
43 stars 10 forks source link

zipalign not found on windows-latest runner #3

Closed EMarshal closed 2 years ago

EMarshal commented 2 years ago

I'm running into Error: Exception: Cannot find zipalign. Please setup Android before this action. with the windows-latest build image and the default build tools version - could this be related to the zipalign binary being zipalign.exe on Windows? (The zipalign binary should be present - the https://github.com/r0adkll/sign-android-release step is able to execute it in the same workflow.)

ilharp commented 2 years ago

Sorry for not replying in time. This might indeed have something to do with the missing ".exe".

ilharp commented 2 years ago

Bugfix commit pushed. You can try the nightly version and I'll release a new version soon.

- uses: ilharp/sign-android-release@nightly
ilharp commented 2 years ago

v1.0.2 released. It's now safe to revert to v1. If you encounter other problems, please create a new issue.