-
-
Notifications
You must be signed in to change notification settings - Fork 996
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #80 from foostan/update-light
Preparation for corne light v2
- Loading branch information
Showing
19 changed files
with
37,254 additions
and
32,922 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,13 +32,23 @@ jobs: | |
dir: plates/pcb/bottom/gerber | ||
board: plates/pcb/bottom/corne-bottom-plate.kicad_pcb | ||
schema: plates/pcb/bottom/corne-bottom-plate.sch | ||
- name: Export top-alps plate gerber | ||
uses: nerdyscout/[email protected] | ||
with: | ||
config: .kiplot.yml | ||
dir: plates/pcb/top-alps/gerber | ||
board: plates/pcb/top-alps/corne-top-plate.kicad_pcb | ||
schema: plates/pcb/top-alps/corne-top-plate.sch | ||
|
||
- name: Zip Gerber files | ||
run: | | ||
zip -r --junk-paths corne-light-gerber.zip corne-light/gerber | ||
zip -r --junk-paths plates-top-gerber.zip plates/pcb/top/gerber | ||
zip -r --junk-paths plates-top-alps-gerber.zip plates/pcb/top-alps/gerber | ||
zip -r --junk-paths plates-bottom-gerber.zip plates/pcb/bottom/gerber | ||
zip -r --junk-paths plates.zip plates/common | ||
zip -r --junk-paths plates-alps.zip plates/alps | ||
zip -r --junk-paths plates-mini.zip plates/mini | ||
- name: Release to GiHub | ||
uses: softprops/action-gh-release@v1 | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule kbd
updated
2 files
+29 −0 | kicad-footprints/kbd.pretty/D3_TH_SMD_v2.kicad_mod | |
+16 −0 | kicad-footprints/kbd.pretty/SW_Hole_ALPS.kicad_mod |
Oops, something went wrong.