File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,10 +25,11 @@ jobs:
2525 runs-on : ubuntu-latest
2626 steps :
2727 - uses : actions/checkout@v4
28- - uses : INTI-CMNB/KiBot@v2_dk9
28+ - uses : INTI-CMNB/KiBot@v2_k9
2929 with :
3030 config : board/sessile.kibot.yaml
3131 dir : board/output/pcbs
32+ variant : board
3233 board : board/output/pcbs/sessile.kicad_pcb
3334 skip : erc
3435 targets : __NONE__
@@ -38,12 +39,12 @@ jobs:
3839 needs : [DRC]
3940 steps :
4041 - uses : actions/checkout@v4
41- - uses : INTI-CMNB/KiBot@v2_dk9
42+ - uses : INTI-CMNB/KiBot@v2_k9
4243 with :
4344 config : board/sessile.kibot.yaml
4445 dir : board/output/pcbs
45- board : board/output/pcbs/sessile.kicad_pcb
4646 variant : board
47+ board : board/output/pcbs/sessile.kicad_pcb
4748 skip : erc,drc
4849 targets : ZIP_ASSEMBLY
4950 - uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change 1313
1414* .kicad_pcb.lck
1515* -backups
16+ _autosave *
1617fp-info-cache
1718fp-lib-table
1819* .kicad_prl
Original file line number Diff line number Diff line change 66 version : 1
77
88preflight :
9- erc : true
9+ erc : false
1010 drc :
1111 enabled : true
1212 ignore_unconnected : false
1313 fill_zones : true
1414
15- # variants:
16- # - name: board
17- # comment: Main board
18- # type: kibom
19- # variant: board
20- # pre_transform:
21- # - fix_rotation
15+ variants :
16+ - name : board
17+ comment : Main board
18+ type : kibom
19+ variant : board
20+ pre_transform :
21+ - fix_rotation
2222
2323filters :
2424 - name : fix_rotation
@@ -42,12 +42,6 @@ filters:
4242 regex : ' ^C\d+'
4343
4444outputs :
45- # - name: SCHEMATIC
46- # comment: Schematic in SVG format
47- # type: svg_sch_print
48- # options:
49- # output: "%i.%x"
50-
5145 - name : JLCPCB_GERBERS
5246 comment : Gerbers compatible with JLCPCB
5347 type : gerber
You can’t perform that action at this time.
0 commit comments