We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d7b8f6 commit 9d3b1f9Copy full SHA for 9d3b1f9
.github/build.sh
@@ -52,7 +52,7 @@ echo "Url: $uggrl"
52
file "$2"; }
53
54
upload_gh(){
55
-if [ "$(gh release verify "$1" 2>&1 | grep -icm1 "$1")" == 1 ];then
+if [ "$(gh release verify "$1" 2>&1 | grep -o "$1")" == "$1" ];then
56
echo "Đã có tag: $1"
57
gh release edit "$1" --latest -t "$3" -n "$4"
58
gh release upload "$1" "$2" --clobber
@@ -188,7 +188,7 @@ apksign YT.apk $HOME/Up/YT-$VER-$ach${amoled2}.apk
188
find Up/* -type f
189
Upenv FILE "$(find Up/* -type f)"
190
for vv in $(find Up/* -type f); do
191
-upload_gh "K-$V-$VER" "$vv" "YT-RE $VER $V" \
+upload_gh "K-$V-$VER" "$vv" "YT-RE $VER ${V^}" \
192
"YT-RE"
193
done
194
exit 0
0 commit comments