Skip to content

Commit

Permalink
Update upload.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
imbroglius authored Jul 3, 2024
1 parent 140c2f9 commit 530c2f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 530c2f2

Please sign in to comment.