crgimenes / neko

Neko is a cross-platform cursor-chasing cat. This is the reimplementation write in Go.
BSD 2-Clause "Simplified" License
383 stars 37 forks source link

Configure GitHub actions to generate executables. #22

Closed crgimenes closed 6 months ago

crgimenes commented 6 months ago

Configure the GitHub actions to generate the executables as a release whenever a PR is accepted or the version number changes. (the tricky part is dealing with external dependencies for macOS and Linux).