bashbunni / pjs

A basic CLI for regularly updating your project's status
210 stars 26 forks source link

Add release prebuilt binary on github action #28

Open alfiankan opened 1 year ago

alfiankan commented 1 year ago

Hey congrats for the first release https://github.com/bashbunni/pjs/releases/tag/v0.1.0 but I think it would be better if you provide a prebuilt binary so we can just download the binary instead of building from scratch, especially for users who are not familiar with Go.

I have an example in my project here https://github.com/alfiankan/teleterm/releases/tag/v2.1.0 so basically every time you create a new release it will trigger a github action to build binary on multiple platforms and os then upload artifacts to the release page, I'd love to help implement it if you don't mind assign to me, thanks