From 924d17656d81edd898e6c291a82794d2553ec99f Mon Sep 17 00:00:00 2001 From: Jay Zhang Date: Mon, 30 Mar 2020 19:07:45 +0800 Subject: [PATCH 1/3] add wangyoucao577/go-release-action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c87ab48..2543fe1 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Rollback a GitHub Release](https://github.com/author/action-rollback) - [Lock Closed Issues and Pull Requests after a Period of Inactivity](https://github.com/dessant/lock-threads) - [Get Commit Difference Count Between Two Branches](https://github.com/jessicalostinspace/commit-difference-action) +- [Publish Go binaries to Github Release Assets](https://github.com/wangyoucao577/go-release-action) ### Collection of Actions From 14efec568969aee9bc7f52b2ffd0116278db33d4 Mon Sep 17 00:00:00 2001 From: Jay Zhang Date: Mon, 30 Mar 2020 19:13:29 +0800 Subject: [PATCH 2/3] title cast --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2543fe1..9564b99 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Rollback a GitHub Release](https://github.com/author/action-rollback) - [Lock Closed Issues and Pull Requests after a Period of Inactivity](https://github.com/dessant/lock-threads) - [Get Commit Difference Count Between Two Branches](https://github.com/jessicalostinspace/commit-difference-action) -- [Publish Go binaries to Github Release Assets](https://github.com/wangyoucao577/go-release-action) +- [Publish Go Binaries to GitHub Release Assets](https://github.com/wangyoucao577/go-release-action) ### Collection of Actions From 059b731e1e9e7a47163c54c9854b4bbf632bef8e Mon Sep 17 00:00:00 2001 From: Jay Zhang Date: Tue, 31 Mar 2020 20:16:18 +0800 Subject: [PATCH 3/3] move to build section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9564b99..e67867e 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,6 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Rollback a GitHub Release](https://github.com/author/action-rollback) - [Lock Closed Issues and Pull Requests after a Period of Inactivity](https://github.com/dessant/lock-threads) - [Get Commit Difference Count Between Two Branches](https://github.com/jessicalostinspace/commit-difference-action) -- [Publish Go Binaries to GitHub Release Assets](https://github.com/wangyoucao577/go-release-action) ### Collection of Actions @@ -427,6 +426,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Build Go applications for multiplatform](https://github.com/izumin5210/action-go-crossbuild) - [Generate ~/.m2/settings.xml for Maven builds](https://github.com/whelk-io/maven-settings-xml-action) - [Setup Brainfuck](https://github.com/fabasoad/brainfuck-install-action/) - Setup brainfuck interpreter. +- [Publish Go Binaries to GitHub Release Assets](https://github.com/wangyoucao577/go-release-action) ### Database