We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8bc7e1 commit 17f990eCopy full SHA for 17f990e
.goreleaser.yaml
@@ -26,7 +26,7 @@ builds:
26
- 6
27
- 7
28
ldflags:
29
- - "-s -w -X github.com/Chocapikk/wpprobe/utils.Version=v{{ .Version }}"
+ - "-s -w -X github.com/Chocapikk/wpprobe/internal/utils.Version=v{{ .Version }}"
30
31
- id: wpprobe-android
32
main: ./main.go
@@ -43,7 +43,7 @@ builds:
43
44
45
46
47
48
archives:
49
- id: custom
0 commit comments