Update .gitea/workflows/kibot.yml
Some checks failed
KiBot PCB Generation with Multi-layer Support / generate (push) Failing after 33s
KiBot PCB Generation with Multi-layer Support / deploy (push) Has been skipped

This commit is contained in:
2025-09-08 15:09:10 +07:00
parent 71bc0683ca
commit aba4abc891

View File

@@ -106,7 +106,7 @@ except Exception as e:
PYTHON_SCRIPT
chmod +x /tmp/detect_layers.py
LAYERS=$(/tmp/detect_layers.py "$PCB_FILE")
LAYERS=$(python3 /tmp/detect_layers.py "$PCB_FILE")
echo "layers=$LAYERS" >> $GITHUB_OUTPUT
echo "Auto-detected $LAYERS layer board"
fi