add diff function
Some checks failed
KiBot PCB Generation / generate (push) Failing after 1m12s
KiBot PCB Generation / deploy (push) Has been skipped

This commit is contained in:
2025-09-08 16:06:06 +07:00
parent 997cc53c40
commit 142566c8f4
2 changed files with 39 additions and 0 deletions

View File

@@ -205,6 +205,13 @@ jobs:
name: JLCPCB-${{ steps.layers.outputs.layers }}layer
path: Generated/*_JLCPCB_compress.zip
- name: Retrieve results - Diff Report
if: steps.generate_diff.outputs.has_diff == 'true'
uses: actions/upload-artifact@v3
with:
name: Schematic-PCB-Diff
path: Generated/DIFF
# Deploy to documentation branch
deploy:
runs-on: kicad-kibot-runner