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 58896af commit 5b3df68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/kicad.yml
Expand Up @@ -24,8 +24,9 @@ jobs:
- name: Export Kicad files
run: |
cd 'Hardware/PCBs/Open Beam Interface'
cd ../../../
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.yaml -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:
Expand Down

0 comments on commit 5b3df68

Please sign in to comment.