From 530c2f2e422ee4d299f456eec68aed72053f17ff Mon Sep 17 00:00:00 2001 From: Imbroglius <163344413+Imbroglius@users.noreply.github.com> Date: Wed, 3 Jul 2024 12:40:06 +0200 Subject: [PATCH] Update upload.sh --- upload.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/upload.sh b/upload.sh index 34c8d752..bdca3e01 100755 --- a/upload.sh +++ b/upload.sh @@ -10,11 +10,11 @@ echo set -e -BL=$PWD/treble_aosp +BL=$PWD/Redmi_13C_treble_aosp BD=$HOME/builds TAG="$(date +v%Y.%m.%d)" -GUSER="ponces" -GREPO="treble_aosp" +GUSER="Imbroglius" +GREPO="Redmi_13C_treble_aosp" SKIPOTA=false if [ "$1" == "--skip-ota" ]; then