Skip to content

Commit

Permalink
fix for releaser file (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
s0rg authored Oct 15, 2023
1 parent 1ec6719 commit dd3ad9c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ builds:
dir: .
main: ./cmd/decompose
env: [CGO_ENABLED=0]
flags:
- -trimpath
ldflags:
- -s -w -trimpath
- -s -w
- -X main.GitTag={{.Tag}}
- -X main.GitHash={{.ShortCommit}}
- -X main.BuildDate={{.Date}}
Expand Down

0 comments on commit dd3ad9c

Please sign in to comment.