mirror of
https://github.com/lineageos4microg/docker-lineage-cicd
synced 2024-11-09 10:09:56 +01:00
Correct path to outfile
This commit is contained in:
parent
9b2b1df255
commit
f52d011a5e
@ -364,7 +364,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/obj/PACKAGING/target_files_intermediates/lineage_$codename-target_files-eng.root.zip"
|
||||
outfile="$codename-img.zip"
|
||||
outfile="out/target/product/$codename/$codename-img.zip"
|
||||
img_from_target_files "$infile" "$outfile" &>> "$DEBUG_LOG"
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user