Update go.yml

This commit is contained in:
Tnze
2019-12-23 13:20:48 +08:00
committed by GitHub
parent 05b0fc7b7e
commit dd363bea52

View File

@ -20,4 +20,10 @@ jobs:
run: go test ./... run: go test ./...
- name: Build tools - name: Build tools
run: go build -o ./ ./cmd/... run: go build -o ./bin/tools ./cmd/...
- name: Upload tools
uses: actions/upload-artifact@v1
with:
name: tools
path: $GITHUB_WORKSPACE/bin/tools