Skip to content

Commit 236c8fe

Browse files
committed
Update goreleaser.yml
1 parent 01ca260 commit 236c8fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ builds:
2828
env:
2929
- CGO_ENABLED=0
3030
asmflags:
31-
- all=-trimpath=/Users/umatare5/go
31+
- all=-trimpath=.
3232
gcflags:
33-
- all=-trimpath=/Users/umatare5/go
33+
- all=-trimpath=.
3434

3535
archives:
3636
- name_template: '{{ .ProjectName }}-v{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'

0 commit comments

Comments
 (0)