mirror of
https://github.com/lineageos4microg/docker-lineage-cicd
synced 2024-11-09 10:09:56 +01:00
also copy vendor_boot.img if it exists
This commit is contained in:
parent
99c8fc8a95
commit
ba58e6bd8f
@ -354,7 +354,7 @@ for branch in ${BRANCH_NAME//,/ }; do
|
||||
mv "$build" "$ZIP_DIR/$zipsubdir/" &>> "$DEBUG_LOG"
|
||||
files_to_hash+=( "$build" )
|
||||
done
|
||||
for image in recovery boot; do
|
||||
for image in recovery boot vendor_boot; 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"
|
||||
|
Loading…
Reference in New Issue
Block a user