oddlyspaced / bhaikyakarrahahaitu-android

Limit your phone usage, the unexpected way.
155 stars 37 forks source link

ci: Create a workflow to automate build and publish apk #5

Open chirag-droid opened 2 years ago

chirag-droid commented 2 years ago

Screenshots

image

Workflow to automate build and publish

Setup

If you want to sign your release apks you will need to create 4 secrets in your repository from settings. namely:

you can obtain the signing key using this command if on linus

cat keystore_path | base64

You can also have a test workflow to test the app on real device.

chirag-droid commented 2 years ago

https://github.com/chirag-droid/bhaikyakarrahahaitu-android/releases/tag/v0.0.1

oddlyspaced commented 2 years ago

Great! I won't be merging this right now, as I have a couple of plans in order to update the repo structure, once my exams get over. Once that's there we can tweak and set up a proper ci. Thanks a lot for your contribution!