CI: bootstraps: append +apt-android-7 to bootstrap archives

When they are generated from master branch.  This is done since
termux-app now comes in two flavours, one for android >= 5 and one for
android >= 7.
This commit is contained in:
Henrik Grimler 2022-04-28 22:03:18 +02:00
parent 52d033139f
commit cc441d5dbf
No known key found for this signature in database
GPG Key ID: B0076E490B71616B
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ jobs:
else
tag_rev=1
fi
new_tag="${new_tag}-r${tag_rev}"
new_tag="${new_tag}-r${tag_rev}+apt-android-7"
git tag "$new_tag"
git push --tags
echo "::set-output name=tag_name::$new_tag"