Skip to content

Commit

Permalink
fix: goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
BaiMeow committed Dec 25, 2023
1 parent e499a05 commit d6417e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ builds:
env:
- CGO_ENABLED=0
ldflags:
- -s -w -X github.com/BaiMeow/wg-quick-op/cmd.version={{.Version}}
- -s -w -X github.com/hdu-dn11/wg-quick-op/cmd.version={{.Version}}
goos:
- linux
goarch:
Expand All @@ -35,7 +35,7 @@ builds:
env:
- CGO_ENABLED=0
ldflags:
- -X github.com/BaiMeow/wg-quick-op/cmd.version={{.Version}}-debug
- -X github.com/hdu-dn11/wg-quick-op/cmd.version={{.Version}}-debug
goos:
- linux
goarch:
Expand Down

0 comments on commit d6417e5

Please sign in to comment.