Skip to content

Commit

Permalink
Update action
Browse files Browse the repository at this point in the history
  • Loading branch information
foostan committed Nov 13, 2020
1 parent 7118367 commit 9480256
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release-corne-light.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9480256

Please sign in to comment.