-
Notifications
You must be signed in to change notification settings - Fork 0
41 lines (34 loc) · 953 Bytes
/
gerber.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
name: release
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Generate user guide and adsd it to the release
run: docker compose up doc && mv _doc release
- name: Generate gerbers, schema, images...
uses: INTI-CMNB/KiBot@v1.7.0
- name: Upload manufacturing files
uses: actions/upload-artifact@v4.3.3
with:
name: manufacturing
if-no-files-found: error
path: "Gerbers"
- name: Upload release
uses: actions/upload-artifact@v4.3.3
with:
name: release
if-no-files-found: error
path: "release/*"
- name: Upload 3D
uses: actions/upload-artifact@v4.3.3
with:
name: 3D.step
if-no-files-found: error
path: 3D.step