desmos-labs / mooncake

The first decentralized social app based on Desmos
MIT License
46 stars 14 forks source link

Attach APK files to new releases #101

Open RiccardoM opened 4 years ago

RiccardoM commented 4 years ago
## Feature description Each time a new release is tagged, we should automatically build and attach to it the APK version of the app. ## Implementation proposal The implementation could look like [this](https://dev.to/cddelta/signing-flutter-android-apps-for-release-in-github-actions-2892)