Skip to content

Commit

Permalink
WF use Wildcard * in Kiplot
Browse files Browse the repository at this point in the history
  • Loading branch information
42CrMo4 committed Apr 18, 2022
1 parent 7b6755d commit a44a976
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rc_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,15 +95,15 @@ jobs:
- name: Run Schematic and BOM
run: |
[ -f design.kicad_sch ] && kiplot -d Fabrication_temp -s all print_sch interactive_bom
[ -f *.kicad_sch ] && kiplot -d Fabrication_temp -s all print_sch interactive_bom
- name: Run PCB
run: |
[ -f design.kicad_pcb ] && kiplot -d Fabrication_temp -s all print_front print_back pcb_top_b pcb_bottom_b step
[ -f *.kicad_pcb ] && kiplot -d Fabrication_temp -s all print_front print_back pcb_top_b pcb_bottom_b step
- name: Run Gerber
run: |
[ -f design.kicad_pcb ] && kiplot -d Gerber -s all gerbers gerber_drills
[ -f *.kicad_pcb ] && kiplot -d Gerber -s all gerbers gerber_drills
- uses: vimtor/action-zip@v1
with:
Expand Down

0 comments on commit a44a976

Please sign in to comment.