1
0
mirror of https://github.com/lineageos4microg/docker-lineage-cicd synced 2024-11-09 10:09:56 +01:00

build.sh: add dtbo super_empty vbmeta images to zips drectory

This commit is contained in:
Pete Fotheringham 2023-07-31 08:52:45 +01:00 committed by GitHub
parent 2c6bc1d3f5
commit ba64ea53b0
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -370,7 +370,7 @@ for branch in ${BRANCH_NAME//,/ }; do
mv "$build" "$ZIP_DIR/$zipsubdir/" &>> "$DEBUG_LOG"
files_to_hash+=( "$build" )
done
for image in recovery boot vendor_boot; do
for image in recovery boot vendor_boot dtbo super_empty vbmeta; do
if [ -f "$image.img" ]; then
recovery_name="lineage-$los_ver-$builddate-$RELEASE_TYPE-$codename-$image.img"
cp "$image.img" "$ZIP_DIR/$zipsubdir/$recovery_name" &>> "$DEBUG_LOG"