Files

AutoGerber.yml
# This is a basic workflow to help you get started with Actions name: AutoGerber # Controls when the workflow will run on: # Triggers the workflow on push or pull request events but only for the main branch push: branches: [ main ] paths: - '**.kicad_sch' - '**.kicad_pcb' pull_request: branches: [ main ] paths: - '**.kicad_sch' - '**.kicad_pcb' # Allows you to run this workflow manually from the Actions tab workflow_dispatch: jobs: Production_Files: runs-on: ubuntu-latest steps: - uses: actions/checkout@main - uses: INTI-CMNB/KiBot@v2_k7 with: # Required - kibot config file config: JLC.kibot.yaml # optional - prefix to output defined in config dir: Core/outputs # optional - schematic file schema: 'Core/MIDI_USB.kicad_sch' # optional - PCB design file board: 'Core/MIDI_USB.kicad_pcb' # optional - verbose output info verbose: 0 - uses: INTI-CMNB/KiBot@v2_k7 with: # Required - kibot config file config: JLC.kibot.yaml # optional - prefix to output defined in config dir: Front/outputs # optional - schematic file schema: 'Front/MIDI_USB_Front.kicad_sch' # optional - PCB design file board: 'Front/MIDI_USB_Front.kicad_pcb' # optional - verbose output info verbose: 0 - name: upload results uses: actions/upload-artifact@main with: name: ProdFiles path: | Core/outputs/ Front/outputs/

Annotations

Front / MIDI_USB_Front.kicad_pcb
5d799950
1/1 comments
Core / USB.kicad_sch
5d799950
1/1 comments
Core / MIDI_USB.kicad_pcb
404f0f47
1/1 comments
Core / MIDI_USB.sch
720e8df3
4/4 comments
Report a bug