Skip to content

Commit 17f990e

Browse files
committed
Update goreleaser file
1 parent e8bc7e1 commit 17f990e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.goreleaser.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ builds:
2626
- 6
2727
- 7
2828
ldflags:
29-
- "-s -w -X github.com/Chocapikk/wpprobe/utils.Version=v{{ .Version }}"
29+
- "-s -w -X github.com/Chocapikk/wpprobe/internal/utils.Version=v{{ .Version }}"
3030

3131
- id: wpprobe-android
3232
main: ./main.go
@@ -43,7 +43,7 @@ builds:
4343
- 6
4444
- 7
4545
ldflags:
46-
- "-s -w -X github.com/Chocapikk/wpprobe/utils.Version=v{{ .Version }}"
46+
- "-s -w -X github.com/Chocapikk/wpprobe/internal/utils.Version=v{{ .Version }}"
4747

4848
archives:
4949
- id: custom

0 commit comments

Comments
 (0)