badaix / snapdroid

Snapcast client for Android
GNU General Public License v3.0
124 stars 25 forks source link

Switch to new android-release-signer action #66

Closed yubiuser closed 2 months ago

yubiuser commented 2 months ago

You are using the action r0adkll/sign-android-release@v1 in your workflow file. This action causes some warnings due to outdated dependencies and deprecated commands. See the warnings here: https://github.com/badaix/snapdroid/actions/runs/8803464482

There is some likelihood that the action will stop working at some point if the issues are not going to be fixed.

The corresponding repo seems unmaintained: https://github.com/r0adkll/sign-android-release/issues/80 https://github.com/r0adkll/sign-android-release/issues/83

One user created a fork and fixed the issues https://github.com/filippoLeporati93/android-release-signer

badaix commented 2 months ago

Thanks!