ARK-Builders / ARK-Rate

ARK Rate is a tiny convenience app for quickly converting multiple currencies at the same time
https://www.ark-builders.dev/apps/rate/
MIT License
2 stars 2 forks source link

Use unsigned release for testing #57

Closed kirillt closed 11 months ago

kirillt commented 11 months ago

After I've removed testRelease.jks all builds fail because test release cannot be signed.

This PR removes automated signing. Test builds should be uploaded to artifacts as unsigned APKs.

How to automate signing for Release workflow? See .github/workflows/release.yml I'm afraid we cannot do it with standard GitHub tools. Publishing to GitHub Packages seems to work as-is (see v.1.1.2) but is it fine to distribute unsigned APK via our website? How could we sign the APKs automatically using a private keystore? It would be good to avoid self-hosted solutions. Is there something like private GitHub workers?