From 17ac26aaffaa629025e8d75a771efbc4d8f689ce Mon Sep 17 00:00:00 2001 From: Barry Date: Mon, 24 Feb 2020 20:28:23 +0200 Subject: [PATCH 1/2] Update go.yml --- .github/workflows/go.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index cd41905..7e4468b 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -26,3 +26,6 @@ jobs: - name: Build run: go build -v . + + - name: Go Release Binary + uses: ngs/go-release.action@v1.0.2 From 5b8b2fd6ebce7921e1dc64754c5687d1148d64ef Mon Sep 17 00:00:00 2001 From: Barry Date: Mon, 24 Feb 2020 20:34:33 +0200 Subject: [PATCH 2/2] Update go.yml --- .github/workflows/go.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 7e4468b..7c2b4a9 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -29,3 +29,5 @@ jobs: - name: Go Release Binary uses: ngs/go-release.action@v1.0.2 + env: + GOROOT: ""