Skip to content

Commit 4949b15

Browse files
authored
Add files via upload
1 parent 98f46b0 commit 4949b15

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/Workflow.kibot.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: "KiBot Automation"
22

3-
# Triggers when code is pushed to the repository (if schematics or PCB layout changed)
43
on:
54
push:
65
paths:
@@ -11,17 +10,17 @@ jobs:
1110
export:
1211
runs-on: ubuntu-latest
1312
steps:
14-
# 1. Checkout the project repository
1513
- name: Checkout Code
1614
uses: actions/checkout@v4
1715

18-
# 2. Run KiBot (automatically finds your project files and runs default exports)
1916
- name: Run KiBot
2017
uses: INTI-CMNB/KiBot@v2
2118
with:
22-
dir: 'output' # Target folder for your exports
19+
config: 'galvos.kibot.yml'
20+
board: 'hardware/schematics/Laser Controller.kicad_pcb'
21+
schema: 'hardware/schematics/Laser Controller.kicad_sch'
22+
dir: 'output'
2323

24-
# 3. Upload the generated files as a downloadable zip archive in GitHub
2524
- name: Upload Artifacts
2625
uses: actions/upload-artifact@v4
2726
with:

0 commit comments

Comments
 (0)