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)" \