Skip to content

Commit 37393c1

Browse files
committed
fix artifact path hopefully
1 parent e9b42ff commit 37393c1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/kicad.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,22 @@ jobs:
2525
uses: actions/upload-artifact@v4
2626
with:
2727
name: Schematic
28-
path: ./board/schematic.pdf
28+
path: ./schematic.pdf
2929

3030
- name: Upload BOM
3131
uses: actions/upload-artifact@v4
3232
with:
3333
name: BOM
34-
path: ./board/bom.csv
34+
path: ./bom.csv
3535

3636
- name: Upload gerbers and drill file
3737
uses: actions/upload-artifact@v4
3838
with:
3939
name: Gerbers
40-
path: ./board/gerbers
40+
path: ./gerbers
4141

4242
- name: Upload image render
4343
uses: actions/upload-artifact@v4
4444
with:
4545
name: Image render
46-
path: ./board/pcb.png
46+
path: ./pcb.png

0 commit comments

Comments
 (0)