mirror of
https://github.com/lineageos4microg/docker-lineage-cicd
synced 2024-11-09 10:09:56 +01:00
Correct path to 'target-files/.zip'
This commit is contained in:
parent
9f17640bb3
commit
9b2b1df255
@ -363,7 +363,7 @@ for branch in ${BRANCH_NAME//,/ }; do
|
||||
|
||||
# make the - img.zip file
|
||||
echo ">> [$(date)] Making -img.zip file" | tee -a "$DEBUG_LOG"
|
||||
infile="out/target/product/$codename/PACKAGING/target_files_intermediates/lineage_$codename-target_files-eng.root.zip"
|
||||
infile="out/target/product/$codename/obj/PACKAGING/target_files_intermediates/lineage_$codename-target_files-eng.root.zip"
|
||||
outfile="$codename-img.zip"
|
||||
img_from_target_files "$infile" "$outfile" &>> "$DEBUG_LOG"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user