ngs / go-release.action

Automate publishing Go build artifacts for GitHub releases through GitHub Actions
https://github.com/marketplace/actions/go-release-binary
94 stars 66 forks source link

go-release upgrade #9

Closed azilber closed 4 years ago

azilber commented 4 years ago

This PR provides significant upgrades and addresses 1 outstanding issue and Golang upgrade PR.

  1. Docker golang version -> 1.14.1
  2. Adding 2 more env vars: CMD_PATH for buidling and EXTRA_FILES for packaging.
  3. Allows a build.sh from a target built project to pass a custom file list.
  4. A few extra warnings added to the job output.
  5. Zip files for Windows releases.
ngs commented 4 years ago

Thank you!