Skip to content

Commit b85550e

Browse files
committed
Fix path to PCB file in releases.
1 parent 549f503 commit b85550e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/kicad-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
with:
2525
config: 'Kicad/docs.yml'
2626
dir: docs
27-
schema: 'Kicad/Neotron-Pico.sch'
28-
board: 'Kicad/Neotron-Pico.kicad_pcb'
27+
schema: 'Kicad/neotron-pico.sch'
28+
board: 'Kicad/neotron-pico.kicad_pcb'
2929
- name: Create Release
3030
id: create_release
3131
uses: actions/create-release@v1

0 commit comments

Comments
 (0)