Skip to content

Commit

Permalink
chore: [skip ci] update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
xtuc committed Dec 20, 2017
1 parent 0e58dea commit 5fd2c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/make-release-cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ do

echo "Building $FILE release..."

env $i go build -o "$FILE" -ldflags="-s -w -X github.com/bytearena/ba/common/utils.version=$TAG"
env $i go build -o "$FILE" -ldflags="-s -w -X github.com/bytearena/ba/vendor/github.com/bytearena/core/common/utils.version=$TAG"
upx -9 $FILE
du -sh $FILE

Expand Down

0 comments on commit 5fd2c47

Please sign in to comment.