Skip to content

Commit

Permalink
Hmm
Browse files Browse the repository at this point in the history
  • Loading branch information
YZBruh authored Jan 13, 2024
1 parent 1775abe commit b6c0b5d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/rom_dumper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,11 @@ jobs:
fi;
if [ -d vendor ]; then
cd vendor
elif [ -f system/vendor/build.prop ]; then
cd system/vendor
elif [ -f system/system/build.prop ]; then
cd system/system
else
cd system
if [ -d system ]; then
cd system
fi
fi
codename=$(grep "ro.product.vendor.device=" build.prop | cut -d'=' -f2)
brand=$(grep "ro.product.vendor.brand=" build.prop | cut -d'=' -f2)
Expand Down

0 comments on commit b6c0b5d

Please sign in to comment.