go-release.action icon indicating copy to clipboard operation
go-release.action copied to clipboard

Automate publishing Go build artifacts for GitHub releases through GitHub Actions

Results 16 go-release.action issues
Sort by recently updated
recently updated
newest added

![QQ截图20210615160605](https://user-images.githubusercontent.com/24450871/122016448-a5f55d80-cdf3-11eb-8d54-829fc8c6ec21.png) Windows does not use zip use tar

Lots of fixes, updates, and readme/example update. Update to Go v1.16 as well.

In my repo PatMis16/promalert2bmctsom I trigger the go-release.action whenever a release is created. This works fine but I always see three workflows running for the same release: ![github_workflow_runs](https://user-images.githubusercontent.com/23382221/115711940-763a5400-a374-11eb-9e99-7b9343fb5d04.png) Is this...

Would be great to upgrade the golang to 1.16-alpine (https://github.com/ngs/go-release.action/blob/master/Dockerfile#L1) as it is available and from 1.15 compiling cross platform is much better

It is not quite clear to me what artifacts are being packaged by this action by default. I see that I can use `EXTRA_FILES` to request *additional* files, but I...

We could make this configurable with an env var or something? Also maybe we should use a variable for `${PROJECT_NAME}${EXT}`, if we're using it in multiple places now.

Currently, it is not possible to adjust the build process for personal needs. With this patch it will be possible to add compiler and linker flags as well as adjust...

Hello there, I am trying to release the binaries in my Github project [odfe-kibana-sync](https://github.com/akhettar/odfe-kibana-sync) but it is failing with no obvious reason - see below a snippet from the pipeline...

Hello! The files specified as EXTRA_FILES are not present in the tar.gz archives. Regards, Patrick

Hello! I need some help. I try to automatically create binary releases of my go program. I am getting this error when "compile and release": `+ curl -X POST --data-binary...