Skip to content

Commit

Permalink
🔧 fix: modify the release build directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Liquidwe committed Dec 17, 2024
1 parent 1810a01 commit 194c856
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cli/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,14 @@ before:
builds:
- env:
- CGO_ENABLED=0
- VERSION=$(curl -s https://api.github.com/repos/chainbase-labs/manuscript-core/releases/latest | grep 'tag_name' | cut -d'"' -f4)"
goos:
- linux
- windows
- darwin
ldflags:
- -s -w
- -X commands.version={{.Version}}

archives:
- format: tar.gz
Expand Down

0 comments on commit 194c856

Please sign in to comment.