From c9ed21fef262d22d605737339b4292787f59cd7c Mon Sep 17 00:00:00 2001 From: konstin Date: Tue, 10 Nov 2020 21:15:25 +0100 Subject: [PATCH] version, 2 --- ci/build_deb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/build_deb.sh b/ci/build_deb.sh index fa358cb5f..89dfc48aa 100755 --- a/ci/build_deb.sh +++ b/ci/build_deb.sh @@ -14,7 +14,7 @@ i686*) return 1 ;; esac -version=${VERSION#v} +version=${VERSION#refs/tags/v} if [[ $TARGET == *musl* ]]; then dpkgname=$BINARY_NAME-musl conflictname=$BINARY_NAME