Bellafaire / Android-Companion-App-For-BLE-Devices

Provides an open source app which can send phone notifications and control phone functions over BLE
MIT License
43 stars 7 forks source link

add github action build and release #8

Closed pyaillet closed 2 years ago

pyaillet commented 2 years ago

Hi !

Thank you for this projet.

I noticed the current release is behind master. Would you be interested with a minimal CI workflow to generate the apk from CI on releases ? If so feel free to take this PR, if not, no problem you can close it :)

Bellafaire commented 2 years ago

I was never sure how to configure a build tool with github, thank you for the PR!

Bellafaire commented 2 years ago

Hi, Are there any additional steps required? I am unfamiliar with configuring this type of workflow and under the workflows tab it seems to skip the "release APK" step.

pyaillet commented 2 years ago

Oh sorry, I should have explained it as comment of my PR.

You need to push a tag in the format v* as you could see here

It creates the release and pushes the apk associated with it. It doesn't create the changelog though :\

Bellafaire commented 2 years ago

I see, got it to work. Thank you for the PR and your help!