Skip to content

Commit

Permalink
Remove nested folder
Browse files Browse the repository at this point in the history
  • Loading branch information
VIPQualityPost committed May 5, 2024
1 parent 9bb46ad commit 74bfed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
kicad-cli pcb export gerbers -o ${workflow_project_dir}/outputs/gerbers/ -l "F.Cu,F.Mask,F.Silkscreen,F.Paste,In1.Cu,In2.Cu,B.Cu,B.Mask,B.Silkscreen,B.Paste,Edge.Cuts"--erd --ev --use-drill-file-origin --no-protel-ext ${workflow_project_dir}/${kicad_project_name}.kicad_pcb
kicad-cli pcb export drill -o ${workflow_project_dir}/outputs/gerbers/ --drill-origin plot --format gerber ${workflow_project_dir}/${kicad_project_name}.kicad_pcb
cd ${workflow_project_dir}/outputs/
zip -r ${kicad_project_name}-gerbers . -i "gerbers/*.gbr"
zip -r ${kicad_project_name}-gerbers . -i \*.gbr
sudo rm -r gerbers
- name: Add PDFs to repo
Expand Down

0 comments on commit 74bfed6

Please sign in to comment.