Skip to content

Commit

Permalink
fix: binary shows "undefined" as version #373
Browse files Browse the repository at this point in the history
  • Loading branch information
0xERR0R committed Dec 19, 2021
1 parent cc968ce commit 96384f7
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 @@ -23,7 +23,7 @@ builds:
- goos: windows
goarch: arm64
ldflags:
- -w -s -X blocky/util.Version={{.Version}} -X blocky/util.BuildTime={{time "20060102-150405"}}
- -w -s -X github.com/0xERR0R/blocky/util.Version={{.Version}} -X github.com/0xERR0R/blocky/util.BuildTime={{time "20060102-150405"}}
release:
draft: true
archives:
Expand Down

0 comments on commit 96384f7

Please sign in to comment.