From 1631dd3f40ab88d8298fe70b90f68776cedca4b2 Mon Sep 17 00:00:00 2001 From: Imbroglius <163344413+Imbroglius@users.noreply.github.com> Date: Thu, 4 Jul 2024 08:53:11 +0200 Subject: [PATCH] Update upload.sh --- upload.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upload.sh b/upload.sh index bdca3e01..9edd320b 100755 --- a/upload.sh +++ b/upload.sh @@ -34,7 +34,7 @@ createRelease() { uploadAssets() { buildDate="$(date +%Y%m%d)" - find $BD/ -name "aosp-*-14.0-$buildDate.img.xz" | while read file; do + find $BD/ -name "Redmi13C_aosp-*-14.0-$buildDate.img.xz" | while read file; do echo "--> Uploading $(basename $file)" curl -o /dev/null -s -L -X POST \ "https://uploads.github.com/repos/$GUSER/$GREPO/releases/$id/assets?name=$(basename $file)" \