Skip to content

Commit

Permalink
adjusting workflow and ergogen yaml per comments in soundmonster#21
Browse files Browse the repository at this point in the history
  • Loading branch information
evillemez committed Nov 25, 2022
1 parent b8d41d6 commit 78ba9a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,6 @@ jobs:
pcb_input_file: output/pcbs/board.kicad_pcb
pcb_output_file: output/pcbs/board_routed.kicad_pcb
ses_file: output/pcbs/board.ses
- name: Export Gerbers for top plate
uses: ./.github/actions/export-gerbers
with:
pcb_file: output/pcbs/top_plate.kicad_pcb
gerbers_dir: output/gerbers/top_plate
- name: Export Gerbers for bottom plate
uses: ./.github/actions/export-gerbers
with:
pcb_file: output/pcbs/bottom_plate.kicad_pcb
gerbers_dir: output/gerbers/bottom_plate
- name: Export Gerbers for main PCB
uses: ./.github/actions/export-gerbers
with:
Expand Down
2 changes: 1 addition & 1 deletion samoklava.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ outlines:
fillet: 2

pcbs:
elv:
board:
outlines:
board:
outline: cutout
Expand Down

0 comments on commit 78ba9a5

Please sign in to comment.