Update go.yml
This commit is contained in:
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
@ -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
|
||||||
|
Reference in New Issue
Block a user