We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
We Can use this ->https://github.com/softprops/action-gh-release
Sorry, something went wrong.
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.
go
Alternatively, look for a single GH action which does both - compile and release
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: