We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9b42ff commit 37393c1Copy full SHA for 37393c1
.github/workflows/kicad.yml
@@ -25,22 +25,22 @@ jobs:
25
uses: actions/upload-artifact@v4
26
with:
27
name: Schematic
28
- path: ./board/schematic.pdf
+ path: ./schematic.pdf
29
30
- name: Upload BOM
31
32
33
name: BOM
34
- path: ./board/bom.csv
+ path: ./bom.csv
35
36
- name: Upload gerbers and drill file
37
38
39
name: Gerbers
40
- path: ./board/gerbers
+ path: ./gerbers
41
42
- name: Upload image render
43
44
45
name: Image render
46
- path: ./board/pcb.png
+ path: ./pcb.png
0 commit comments