Skip to content

Commit

Permalink
build: Fix Go build path to use project root
Browse files Browse the repository at this point in the history
  • Loading branch information
aronchick committed Nov 29, 2024
1 parent c8c9355 commit 1922722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ test:
# Build binary
build:
mkdir -p build
go build -o build/andaime ./cmd/andaime
go build -o build/andaime .

# Build release artifacts for multiple platforms
build-release:
Expand Down

0 comments on commit 1922722

Please sign in to comment.