mgdm / htmlq

Like jq, but for HTML.
MIT License
7k stars 107 forks source link

add a binary build github workflow #7

Closed chrisdickinson closed 2 years ago

chrisdickinson commented 3 years ago

Hi! Thanks for writing such a great tool. I've added a GitHub action to automatically build the tool for windows, mac, and linux on x86_64; it runs for any tag of the form v<semver> (e.g. v1.0.0.) Pushing the tag to the repo starts the workflow, which creates a draft release and attaches binaries for each of the platforms and architectures. I've also attached a gif of the process of cutting a release as some added documentation for how it works!

Fixes #6.

htmlq

florinutz commented 2 years ago

this guy rocks

mgdm commented 2 years ago

Hi! Thanks so much for this. Sorry it took so long to get around to. I've apparently not been getting notifications somehow.

piranha commented 2 years ago

Weird, but it seems like all actions were run, but no binaries appeared in "Releases"...