Skip to content

Commit

Permalink
github: Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis960 committed Sep 24, 2023
1 parent c224614 commit 366273c
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions .github/workflows/generate.ESPlant-Board.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,25 +18,14 @@ jobs:
sudo add-apt-repository --yes ppa:kicad/kicad-dev-nightly
sudo apt update
sudo apt install --install-recommends kicad-nightly
- name: Export ESPlant-Board schematic with KiCad
run: |
kicad-cli-nightly sch export pdf ESPlant-Board/ESPlant-Board.kicad_sch
- name: Move pdf to dist folder
- name: Create dist folder
run: |
mkdir -p ESPlant-Board/dist
mv ESPlant-Board.pdf ESPlant-Board/dist/ESPlant-Board-schematic.pdf
- name: Export ESPlant-Board pcb with KiCad
run: |
kicad-cli-nightly pcb export pdf ESPlant-Board/ESPlant-Board.kicad_pcb --layers F.Cu,B.Cu,F.Silkscreen,B.Silkscreen,User.Drawings,User.Comments,Edge.Cuts
- name: Move pdf to dist folder
run: |
mv ESPlant-Board.pdf ESPlant-Board/dist/ESPlant-Board-pcb.pdf
- name: Export ESPlant-Board 3d model with KiCad
- name: Export ESPlant-Board
run: |
kicad-cli-nightly sch export pdf ESPlant-Board/ESPlant-Board.kicad_sch -o ESPlant-Board/ESPlant-Board-schematic.pdf
kicad-cli-nightly pcb export pdf ESPlant-Board/ESPlant-Board.kicad_pcb --layers F.Cu,B.Cu,F.Silkscreen,B.Silkscreen,User.Drawings,User.Comments,Edge.Cuts -o ESPlant-Board/ESPlant-Board-pcb.pdf
kicad-cli-nightly pcb export vrml ESPlant-Board/ESPlant-Board.kicad_pcb -o ESPlant-Board/dist/ESPlant-Board.wrl
- name: Move wrl to dist folder
run: |
mv ESPlant-Board.wrl ESPlant-Board/dist/ESPlant-Board.wrl
- name: Commit and push changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
Expand Down

0 comments on commit 366273c

Please sign in to comment.