Merge branch 'master' of https://github.com/TheAxeDude/ZiniGo
This commit is contained in:
commit
074b92821b
|
|
@ -26,3 +26,8 @@ jobs:
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: go build -v .
|
run: go build -v .
|
||||||
|
|
||||||
|
- name: Go Release Binary
|
||||||
|
uses: ngs/go-release.action@v1.0.2
|
||||||
|
env:
|
||||||
|
GOROOT: ""
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue