Improvement on the release script
This commit is contained in:
parent
69dfd6c7c5
commit
e8ce52a74a
1 changed files with 1 additions and 0 deletions
|
|
@ -95,6 +95,7 @@ BUILD_DATE="$(date -u +%Y-%m-%dT%H:%M:%SZ 2>/dev/null || date -u +%Y-%m-%d)"
|
|||
|
||||
LDFLAGS="-s -w -X main.version=${VERSION}"
|
||||
DIST="dist"
|
||||
rm -rf "$DIST"
|
||||
mkdir -p "$DIST"
|
||||
|
||||
# SHA256 command detection (Linux vs macOS)
|
||||
|
|
|
|||
Loading…
Reference in a new issue