diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index cd41905..7c2b4a9 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -26,3 +26,8 @@ jobs: - name: Build run: go build -v . + + - name: Go Release Binary + uses: ngs/go-release.action@v1.0.2 + env: + GOROOT: ""