diff --git a/.github/workflows/openscad_build.yml b/.github/workflows/openscad_build.yml
index 10f9c66..14873de 100644
--- a/.github/workflows/openscad_build.yml
+++ b/.github/workflows/openscad_build.yml
@@ -71,7 +71,7 @@ jobs:
echo "
" > index.html
echo '' >> index.html
echo "" >> index.html
- find . -name "*.stl" | while read stl; do
+ find . -name "*.stl" | sort | while read stl; do
scad_name="${stl%.stl}.scad"
txt_name="${stl%.stl}.txt"
thumbnail_name="${stl%.stl}.webp"
diff --git a/test2.txt b/chocv1_08u/test2.txt
similarity index 100%
rename from test2.txt
rename to chocv1_08u/test2.txt