From b4b2197d110611c85f68366e30acce2514c532fe Mon Sep 17 00:00:00 2001 From: FizzyApple12 Date: Tue, 5 Jul 2022 04:26:20 -0400 Subject: [PATCH] added cad generation and changed the an artifact name for clarity --- .github/workflows/generate-production-files.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generate-production-files.yml b/.github/workflows/generate-production-files.yml index 2d1356b..18917cf 100644 --- a/.github/workflows/generate-production-files.yml +++ b/.github/workflows/generate-production-files.yml @@ -40,11 +40,11 @@ jobs: - name: Run KiBot run: | kibot -c kibot.yml -e WaccaProtocolTranslator-pcb/WaccaProtocolTranslator.kicad_sch -b WaccaProtocolTranslator-pcb/WaccaProtocolTranslator.kicad_pcb -d WaccaProtocolTranslator-pcb/ -s run_erc,run_drc -v \ - gerbers.gbr drills.gbr drills.drl pickandplace.csv bom.csv schematic.svg schematic.pdf board_black_top.svg + gerbers.gbr drills.gbr drills.drl pickandplace.csv bom.csv schematic.svg schematic.pdf board_black_top.svg model.step - uses: actions/upload-artifact@v2 if: ${{success()}} with: - name: Wacca Protocol Translator PCB Production Files + name: Wacca Protocol Translator PCB Gerbers if-no-files-found: error path: | WaccaProtocolTranslator-pcb/gerbers/** @@ -58,5 +58,6 @@ jobs: path: | WaccaProtocolTranslator-pcb/docs/** WaccaProtocolTranslator-pcb/img/** + WaccaProtocolTranslator-pcb/cad/** !WaccaProtocolTranslator-pcb/**/*.ogv !WaccaProtocolTranslator-pcb/**/*.log