Skip to content

Commit a655cba

Browse files
committed
UNIX cares about case sensitivity
1 parent 3adaf68 commit a655cba

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/kibot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ on:
1919
- "**/*kibot.yml"
2020

2121
env:
22-
schema: "Kicad/neotron-common-hardware.kicad_sch"
23-
board: "Kicad/neotron-common-hardware.kicad_pcb"
22+
schema: "Kicad/Neotron-Common-Hardware.kicad_sch"
23+
board: "Kicad/Neotron-Common-Hardware.kicad_pcb"
2424
dir: "Kicad/docs"
2525

2626
jobs:
@@ -80,4 +80,4 @@ jobs:
8080
id: create_release
8181
uses: ncipollo/release-action@v1
8282
with:
83-
artifacts: ${{env.dir}}/neotron-common-hardware-*
83+
artifacts: ${{env.dir}}/Neotron-Common-Hardware-*

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ You can build locally using the KiBot docker container:
321321
```console
322322
~/Neotron-Common-Hardware $ docker run --rm -ti -v $(pwd):/work setsoft/kicad_auto:dev_k6
323323
root@12345678:/# cd /work/Kicad
324-
root@12345678:/work/Kicad# kibot -c docs.kibot.yml -e neotron-common-hardware.kicad_sch -b neotron-common-hardware.kicad_pcb -d docs
324+
root@12345678:/work/Kicad# kibot -c docs.kibot.yml -e Neotron-Common-Hardware.kicad_sch -b Neotron-Common-Hardware.kicad_pcb -d docs
325325
```
326326

327327
This will build everything and put it in the `./Kicad/docs` directory. Note there is a bug in KiCAD 6.0.8 and 6.0.9 which fails ERC looking at our hierarchical sheets. This is fixed in 6.0.10, or you can use the `setsoft/kicad_auto:ki6.0.7_Debian` container.

0 commit comments

Comments
 (0)