go-release-action

Automatically publish Go binaries to Github Release Assets through Github Action.

MIT License

Stars
495
Committers
31

Bot releases are visible (Hide)

go-release-action - v1.12

Published by wangyoucao577 almost 4 years ago

  • Support private repositories
go-release-action - v1.11

Published by wangyoucao577 almost 4 years ago

  • Use pre-built image instead of build on-the-fly to speed up action running.
go-release-action - v1.10

Published by wangyoucao577 almost 4 years ago

  • Support publish to specific release on every push event;
  • Fix Github actions set-env deprecated warning.
go-release-action - v1.9

Published by wangyoucao577 almost 4 years ago

  • Support sha256.
go-release-action - v1.8

Published by wangyoucao577 about 4 years ago

  • Support customize build command, i.e., use something else(e.g., packr2 build) instead of go build;
  • Support disable .md5.
go-release-action - v1.7

Published by wangyoucao577 about 4 years ago

  • Enable build-essential
go-release-action - v1.6

Published by wangyoucao577 about 4 years ago

  • Support package extra files into artifacts (e.g., LICENSE, README.md, etc).
go-release-action - v1.5

Published by wangyoucao577 over 4 years ago

  • Fix wrong published assets when folder is the same name as binary.
go-release-action - v1.4

Published by wangyoucao577 over 4 years ago

  • Rich parameters support for go build(e.g. ldflags, etc).
go-release-action - v1.3

Published by wangyoucao577 over 4 years ago

  • Support extra command that will be executed before go build. You may want to use it to solve dependency if you're NOT using Go Modules.
go-release-action - v1.2

Published by wangyoucao577 over 4 years ago

  • Customizable Go versions.
go-release-action - v1.1

Published by wangyoucao577 over 4 years ago

go-release-action - v1.0.2

Published by wangyoucao577 over 4 years ago

  • Fixed GOOS/GOARCH set error
  • Use .zip instead of .tar.gz on windows
go-release-action - v1.0.1

Published by wangyoucao577 over 4 years ago

  • Fail job if upload to GitHub Assets failed.