Skip to content

Commit 0ad6fb2

Browse files
committed
chore: name release binary av
Match the binary inside Goreleaser archives to the binary produced by `go install .../cmd/av`. Without this, archive extracts contain `alphavantage` while go install produces `av`. Assisted-by: Claude:claude-opus-4-7
1 parent 7b92212 commit 0ad6fb2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.goreleaser.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ before:
1717

1818
builds:
1919
- main: ./cmd/av
20+
binary: av
2021
env:
2122
- CGO_ENABLED=0
2223
goos:

0 commit comments

Comments
 (0)