This commit is contained in:
parent
0ff0b2e0d0
commit
bd31bd60a9
9
.github/workflows/kibot.yml
vendored
9
.github/workflows/kibot.yml
vendored
|
@ -35,16 +35,9 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: INTI-CMNB/KiBot@v2_k7
|
- uses: INTI-CMNB/KiBot@v2_k7
|
||||||
with:
|
with:
|
||||||
# Required - kibot config file
|
|
||||||
config: config.kibot.yaml
|
config: config.kibot.yaml
|
||||||
# optional - prefix to output defined in config
|
|
||||||
dir: output
|
dir: output
|
||||||
# # optional - schematic file
|
- uses: actions/upload-artifact@v3
|
||||||
# schema: 'schematic.sch'
|
|
||||||
# # optional - PCB design file
|
|
||||||
# board: 'pcb.kicad_pcb'
|
|
||||||
- name: upload results
|
|
||||||
uses: actions/upload-artifact@v3
|
|
||||||
with:
|
with:
|
||||||
name: output
|
name: output
|
||||||
path: output
|
path: output
|
Loading…
Reference in New Issue
Block a user