Skip to content

Commit 521c8e6

Browse files
authored
Update pcb_render.yml
Fix wrong folder due to new subfolder for revisions
1 parent 0462d3f commit 521c8e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pcb_render.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Render PCB image
2020
uses: linalinn/kicad-render@main
2121
with:
22-
pcb_file: KiCad/RP2040-Decoder.kicad_pcb
22+
pcb_file: KiCad/Rev_1_0/RP2040-Decoder.kicad_pcb
2323
output_path: ${{ github.workspace }}/images
2424
animation: gif
2525

0 commit comments

Comments
 (0)