Skip to content

add mounting holes and silkscreen #2

add mounting holes and silkscreen

add mounting holes and silkscreen #2

Workflow file for this run

name: Export Electronics
on: [push]
jobs:
export-electronics:
name: Export Electronics
runs-on: ubuntu-22.04
env:
PROJECT: odri-power-board
steps:
- uses: actions/checkout@v3
- uses: actions-for-kicad/setup-kicad@v1.0
with:
version: "8.0"
- uses: actions-for-kicad/generate-kicad-files@v1.0
with:
type: schematic_pdf
file: ${{ env.PROJECT }}.kicad_sch
- uses: actions-for-kicad/generate-kicad-files@v1.0
with:
type: schematic_svg
file: ${{ env.PROJECT }}.kicad_sch
- uses: actions-for-kicad/generate-kicad-files@v1.0
with:
type: schematic_bom
file: ${{ env.PROJECT }}.kicad_sch
- name: Upload
uses: actions/upload-artifact@v4
with:
name: ${{ env.PROJECT }}-bom.xml
path: ./${{ env.PROJECT }}-bom.xml