diff --git a/.github/workflows/kibot.yml b/.github/workflows/kibot.yml index 11fbefb..fb5b3cf 100644 --- a/.github/workflows/kibot.yml +++ b/.github/workflows/kibot.yml @@ -35,16 +35,9 @@ jobs: - uses: actions/checkout@v2 - uses: INTI-CMNB/KiBot@v2_k7 with: - # Required - kibot config file config: config.kibot.yaml - # optional - prefix to output defined in config dir: output - # # optional - schematic file - # schema: 'schematic.sch' - # # optional - PCB design file - # board: 'pcb.kicad_pcb' - - name: upload results - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v3 with: name: output path: output \ No newline at end of file