added jlc zip creation
All checks were successful
KiBot PCB Generation / generate (push) Successful in 1m23s
KiBot PCB Generation / deploy (push) Successful in 23s

This commit is contained in:
2025-09-08 15:50:35 +07:00
parent c0721926fa
commit 997cc53c40
2 changed files with 68 additions and 0 deletions

View File

@@ -198,6 +198,13 @@ jobs:
name: Fabrication-Package-${{ steps.layers.outputs.layers }}layer
path: Generated/*.zip
- name: Retrieve results - JLCPCB Package
if: steps.config_check.outputs.found == 'true'
uses: actions/upload-artifact@v3
with:
name: JLCPCB-${{ steps.layers.outputs.layers }}layer
path: Generated/*_JLCPCB_compress.zip
# Deploy to documentation branch
deploy:
runs-on: kicad-kibot-runner