+ release action
This commit is contained in:
parent
edc0711f75
commit
76c2ae0f7a
1 changed files with 2 additions and 0 deletions
|
|
@ -71,6 +71,8 @@ jobs:
|
|||
if [[ "${GO111MODULE}" = "on" ]]; then go mod download; fi
|
||||
if [[ "${GO111MODULE}" = "on" ]]; then export PATH="${GOPATH}/bin:${GOROOT}/bin:${PATH}"; fi
|
||||
if [[ "${GO111MODULE}" = "on" ]]; then make tools; fi
|
||||
go get github.com/go-bindata/go-bindata/...
|
||||
go get github.com/elazarl/go-bindata-assetfs/...
|
||||
|
||||
- name: Make Artifact
|
||||
run: |
|
||||
Loading…
Add table
Reference in a new issue