AkashRajpurohit / Spell-IT

🧮 Flutter Game for improving your english vocabulary skills
MIT License
20 stars 6 forks source link

Github Action Workflow for Signing and Releasing APK #4

Closed AkashRajpurohit closed 2 years ago

AkashRajpurohit commented 4 years ago

Need a proper GitHub action workflow which can sign the apk and release

Currently we can change the build.gradle file to use debug keys and release a debug apk ( > size of release) but need to make a proper release apk with signing for simplicity without exposing key files on github

AkashRajpurohit commented 2 years ago

This releases allows to create release apk instead of debug apk in via github actions 🎉