Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
falmar committed May 5, 2023
1 parent bca0204 commit 8902a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
run: go test -v ./...

- name: "Build"
run: go build -o ./bin/main ./cmd
run: go build -o ./bin/krun .
env:
CGO_ENABLED: "0"

0 comments on commit 8902a50

Please sign in to comment.