lordlabuckdas / gtfoo

go program to fetch gtfobins
GNU General Public License v3.0
0 stars 2 forks source link

[FEATURE] GH Actions for releases #24

Open lordlabuckdas opened 4 years ago

lordlabuckdas commented 4 years ago

Is your feature request related to a problem? Please describe. Adding a binary to releases manually might not be a very trustworthy move

Describe the solution you'd like Github Actions to compile and add the binaries to a release

Describe alternatives you've considered Manual release if this isn't solved before the 1st release

Additional context

Siddhant-K-code commented 3 years ago

We Can use this ->https://github.com/softprops/action-gh-release

lordlabuckdas commented 3 years ago

Looks good, now we need to look for a GH action which compiles the go code and generates binaries for each architecture. Should be easy.

Alternatively, look for a single GH action which does both - compile and release