Skip to content

Commit ddbd39a

Browse files
committed
update
1 parent bd0c551 commit ddbd39a

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
@@ -50,8 +50,8 @@ builds:
5050
# Default is `-s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}} -X main.builtBy=goreleaser`.
5151
ldflags:
5252
- -s -w
53-
- -X github.com/hacker65536/openAWS/cmd.Version={{.Version}}
54-
- -X github.com/hacker65536/openAWS/cmd.GitCommit={{.ShortCommit}}
53+
- -X github.com/hacker65536/{{ .ProjectName }}/cmd.Version={{.Version}}
54+
- -X github.com/hacker65536/{{ .ProjectName }}/cmd.GitCommit={{.ShortCommit}}
5555
env:
5656
- CGO_ENABLED=0
5757

0 commit comments

Comments
 (0)