Skip to content

Commit

Permalink
tests: fix bild path (#1)
Browse files Browse the repository at this point in the history
Signed-off-by: Bobby DeSimone <[email protected]>
  • Loading branch information
desimone committed Jan 4, 2020
1 parent 663c30b commit 0098645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v1
- name: build
run: go build -o /go/bin/autocache cmd/autocache/main.go
run: go build -o bin/autocache cmd/autocache/main.go
- name: upload artifacts
uses: actions/upload-artifact@master
with:
Expand Down

0 comments on commit 0098645

Please sign in to comment.