mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-29 22:55:06 +03:00
msi version fix
This commit is contained in:
parent
2d4a11d06b
commit
6146614f91
1 changed files with 1 additions and 1 deletions
|
@ -17,6 +17,6 @@ if [ $? != 0 ] || [ -z "$BRANCH" ]; then
|
||||||
BRANCH="master"
|
BRANCH="master"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
STAG=$(echo $TAG | sed 's/v//' | sed 's/[^0123456789.]././')
|
STAG=$(echo $TAG | sed 's/v//' | sed 's/[^0123456789.].//')
|
||||||
|
|
||||||
printf '%s' "$STAG"
|
printf '%s' "$STAG"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue