Skip to content

Commit

Permalink
chore: fix goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
zcong1993 committed Nov 7, 2021
1 parent 8bdf18e commit e3c5cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ builds:
- main: cmd/main.go
binary: leetcode-tool
ldflags: -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{ .CommitDate }} -X main.builtBy=goreleaser
- env:
env:
- CGO_ENABLED=0
goos:
- linux
Expand Down

0 comments on commit e3c5cb9

Please sign in to comment.