Skip to content

Commit

Permalink
Update kicad.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelburgos committed May 6, 2024
1 parent 1f22aa5 commit 9febff4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/kicad.yml
Expand Up @@ -17,8 +17,6 @@ on:
jobs:
obi:
runs-on: ubuntu-latest
env:
OBI_PATH: '"Hardware/PCBs/Open Beam Interface/Open Beam Interface"'
steps:
- uses: actions/checkout@v2
- uses: nerdyscout/kicad-exports@v2.3.1
Expand All @@ -28,9 +26,9 @@ jobs:
# optional - prefix to output defined in config
dir: kicad_export
# optional - schematic file
schema: "${OBI_PATH}.sch"
schema: '"Hardware/PCBs/Open\ Beam\ Interface/Open\ Beam\ Interface.sch"'
# optional - PCB design file
board: "${OBI_PATH}.kicad_pcb"
board: '"Hardware/PCBs/Open\ Beam\ Interface/Open\ Beam\ Interface.kicad_pcb"'
# optional - verbose output info
verbose: 0
- name: upload results
Expand Down

0 comments on commit 9febff4

Please sign in to comment.