+ release action

This commit is contained in:
Max 2022-01-24 13:45:34 +08:00
parent edc0711f75
commit 76c2ae0f7a

View file

@ -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: |