Skip to content

Commit 0d50f5f

Browse files
jackspirouclaude
andcommitted
fix: add dir field to goreleaser build config
- Add explicit dir: . to build configuration - Add trailing slash to main path for clarity - Should fix "couldn't find main file" error 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 3d7baaf commit 0d50f5f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.goreleaser.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ before:
77

88
builds:
99
- id: tokenizer
10-
main: ./cmd/tokenizer
10+
main: ./cmd/tokenizer/
1111
binary: tokenizer
12+
dir: .
1213
env:
1314
- CGO_ENABLED=0
1415
goos:

0 commit comments

Comments
 (0)