kfix / ddcctl

DDC monitor controls (brightness) for Mac OSX command line
GNU General Public License v3.0
1.85k stars 151 forks source link

Build binaries with GitHub Actions and upload them to a release #81

Closed So-Cool closed 3 years ago

So-Cool commented 3 years ago

To resolve issue #72 I built a simple GitHub Actions script that compiles 3 versions: intel, amd and nvidia, and uploads them to a GitHub release. This action is triggered by pushing a tag that conforms to v* naming scheme.

This PR is also a step towards resolving #44 since the automation requires tagging release commits.

(I also updated the location of the GitHub issue template.)

kfix commented 3 years ago

Cheers @So-Cool 🍻

kfix commented 3 years ago

@So-Cool just tagged v0 and ran the released binaries, it works! Thank you very much