From 1d24f4aae20dd767ed0605e6a766fc0185e00285 Mon Sep 17 00:00:00 2001 From: imbroglius <163344413+imbroglius@users.noreply.github.com> Date: Mon, 8 Jul 2024 21:08:14 +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 80bf10e1..823c4994 100755 --- a/upload.sh +++ b/upload.sh @@ -35,7 +35,7 @@ createRelease() { uploadAssets() { buildDate="$(date +%Y%m%d)" - find $BD/ -name "Redmi13C_aosp-*-14.0-$buildDate.img.xz" | while read file; do + find $BD/ -name "ImbrogliOS_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)" \