WLAN-Pi / wlanpi-profiler

Wi-Fi client capabilities analyzer tool built for the WLAN Pi
BSD 3-Clause "New" or "Revised" License
25 stars 8 forks source link

Add CI to generate Debian package #55

Closed danielmundi closed 3 years ago

danielmundi commented 3 years ago

Create a Github Workflow to generate and automatically upload wlanpi-profiler package. This is only triggered by a change on debian/changelog, to make sure the intent is to generate a new package and give it a proper version number.

For the upload to work, we need to setup 2 env variables on the project settings for the access token.

joshschmelzle commented 3 years ago

This looks good and I'm still able to build the packages how I was doing it with dpkg-buildpackage. Thank you! 🚀