mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-06-01 23:54:34 +00:00
build-android.sh: fix tag detection (#3817)
This commit is contained in:
@@ -103,7 +103,7 @@ build() {
|
||||
|
||||
for arch in $arches; do
|
||||
|
||||
tag_full="$(git tag --points-at HEAD)"
|
||||
tag_full="$(git tag --points-at HEAD | head -n1)"
|
||||
tag_version="${tag_full%%-*}"
|
||||
|
||||
if [ "$arch" = "armv7a" ] && [ -n "$tag_full" ] ; then
|
||||
|
||||
Reference in New Issue
Block a user