Update go.yml

This commit is contained in:
Tnze
2019-12-23 13:25:59 +08:00
committed by GitHub
parent d744b77054
commit 4d36dc2b29

View File

@ -19,7 +19,7 @@ jobs:
- name: Test - name: Test
run: go test ./... run: go test ./...
- run: mkdir -p $GITHUB_WORKSPACE/bin/tools - run: mkdir -p ./bin/tools
- name: Build tools - name: Build tools
run: go build -o ./bin/tools ./cmd/... run: go build -o ./bin/tools ./cmd/...
@ -28,4 +28,4 @@ jobs:
uses: actions/upload-artifact@v1 uses: actions/upload-artifact@v1
with: with:
name: tools name: tools
path: $GITHUB_WORKSPACE/bin/tools path: ./bin/tools