Skip to content

Commit

Permalink
Update CLI build command
Browse files Browse the repository at this point in the history
  • Loading branch information
dasbd72 committed Feb 19, 2024
1 parent 4853d60 commit 322ce6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
run: go test -v github.com/dasbd72/asset-management/max

- name: CLI Build Test
run: go build -v -o bin/cli ./cmd/cli/...
run: go build -v -o bin/ccy-cli ./cmd/ccy-cli/...

0 comments on commit 322ce6b

Please sign in to comment.