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 bec356b commit 231b2e8
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/kicad.yml
Expand Up @@ -24,15 +24,12 @@ jobs:
- name: Export Kicad files
run: |
cd 'Hardware/PCBs/Open Beam Interface'
cd ../../../.github/workflows/kibot
ls
# kibot -c ../../../.github/workflows/kibot/kibot.yaml -e 'Open Beam Interface.kicad_sch' -b 'Open Beam Interface.kicad_pcb' -d 'Open Beam Interface'
kibot -c ../../../.github/workflows/kibot/kibot.yml -e 'Open Beam Interface.kicad_sch' -b 'Open Beam Interface.kicad_pcb' -d 'Open Beam Interface'
# - name: Upload Artifacts
# uses: actions/upload-artifact@v2
# with:
# name:
# path:
# name: obi
# path: 'Hardware/PCBs/Open Beam Interface/obi'
# if-no-files-found: error
# retention-days: 60


0 comments on commit 231b2e8

Please sign in to comment.