Skip to content

Commit

Permalink
version, 2
Browse files Browse the repository at this point in the history
  • Loading branch information
konstin committed Nov 10, 2020
1 parent a989647 commit c9ed21f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build_deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c9ed21f

Please sign in to comment.