@@ -191,8 +191,8 @@ jobs:
191191 if not exist ../out/pl_dxt_ext.dll exit 1
192192 if not exist ../out/pl_material_ext.dll exit 1
193193 if not exist ../out/pl_script_ext.dll exit 1
194- if not exist ../out/pl_geoclipmap_ext .dll exit 1
195- if not exist ../out/pl_cdlod_ext .dll exit 1
194+ if not exist ../out/pl_terrain_ext .dll exit 1
195+ if not exist ../out/pl_terrain_processor_ext .dll exit 1
196196 if not exist ../out/pl_freelist_ext.dll exit 1
197197 cd ..
198198
@@ -402,8 +402,8 @@ jobs:
402402 test -f ./out/pl_dxt_ext.dylib || exit 1
403403 test -f ./out/pl_material_ext.dylib || exit 1
404404 test -f ./out/pl_script_ext.dylib || exit 1
405- test -f ./out/pl_geoclipmap_ext .dylib || exit 1
406- test -f ./out/pl_cdlod_ext .dylib || exit 1
405+ test -f ./out/pl_terrain_ext .dylib || exit 1
406+ test -f ./out/pl_terrain_processor_ext .dylib || exit 1
407407 test -f ./out/pl_freelist_ext.dylib || exit 1
408408
409409 - name : Package Pilot Light
@@ -624,8 +624,8 @@ jobs:
624624 test -f ./out/pl_dxt_ext.so || exit 1
625625 test -f ./out/pl_material_ext.so || exit 1
626626 test -f ./out/pl_script_ext.so || exit 1
627- test -f ./out/pl_geoclipmap_ext .so || exit 1
628- test -f ./out/pl_cdlod_ext .so || exit 1
627+ test -f ./out/pl_terrain_ext .so || exit 1
628+ test -f ./out/pl_terrain_processor_ext .so || exit 1
629629 test -f ./out/pl_freelist_ext.so || exit 1
630630
631631 - name : Package Pilot Light
0 commit comments