File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : " KiBot Automation"
22
3- # Triggers when code is pushed to the repository (if schematics or PCB layout changed)
43on :
54 push :
65 paths :
@@ -11,17 +10,17 @@ jobs:
1110 export :
1211 runs-on : ubuntu-latest
1312 steps :
14- # 1. Checkout the project repository
1513 - name : Checkout Code
1614 uses : actions/checkout@v4
1715
18- # 2. Run KiBot (automatically finds your project files and runs default exports)
1916 - name : Run KiBot
2017 uses : INTI-CMNB/KiBot@v2
2118 with :
22- dir : ' output' # Target folder for your exports
19+ config : ' galvos.kibot.yml'
20+ board : ' hardware/schematics/Laser Controller.kicad_pcb'
21+ schema : ' hardware/schematics/Laser Controller.kicad_sch'
22+ dir : ' output'
2323
24- # 3. Upload the generated files as a downloadable zip archive in GitHub
2524 - name : Upload Artifacts
2625 uses : actions/upload-artifact@v4
2726 with :
You can’t perform that action at this time.
0 commit comments