Skip to content

Commit 618158f

Browse files
kaklikgithub-actions[bot]
authored andcommitted
Update workflow files
1 parent 166d3e3 commit 618158f

File tree

2 files changed

+41
-41
lines changed

2 files changed

+41
-41
lines changed

.github/workflows/kicad_outputs.yml

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
- '**.yml'
1414
- 'doc/assets'
1515
workflow_dispatch:
16-
16+
1717
env:
1818
schema: "hw/sch_pcb/${{ github.event.repository.name }}.kicad_sch"
1919
board: "hw/sch_pcb/${{ github.event.repository.name }}.kicad_pcb"
@@ -32,15 +32,15 @@ jobs:
3232
submodules: recursive
3333
token: ${{ secrets.pat }}
3434
ref: ${{ github.head_ref }}
35-
36-
- uses: INTI-CMNB/KiBot@v2_dk7
35+
36+
- uses: INTI-CMNB/KiBot@v2_dk8
3737
with:
3838
config: ${{ env.kibot }}/erc.kibot.yaml
3939
schema: ${{ env.schema }}
4040
board: ${{ env.board }}
4141
dir: ${{ env.dir }}
42-
43-
42+
43+
4444
DRC:
4545
runs-on: ubuntu-latest
4646
continue-on-error: true
@@ -50,15 +50,15 @@ jobs:
5050
submodules: recursive
5151
token: ${{ secrets.pat }}
5252
ref: ${{ github.head_ref }}
53-
54-
- uses: INTI-CMNB/KiBot@v2_dk7
53+
54+
- uses: INTI-CMNB/KiBot@v2_dk8
5555
with:
5656
config: ${{ env.kibot }}/drc.kibot.yaml
5757
schema: ${{ env.schema }}
5858
board: ${{ env.board }}
5959
dir: ${{ env.dir }}
60-
61-
60+
61+
6262
schematics:
6363
runs-on: ubuntu-latest
6464
continue-on-error: true
@@ -68,8 +68,8 @@ jobs:
6868
submodules: recursive
6969
token: ${{ secrets.pat }}
7070
ref: ${{ github.head_ref }}
71-
72-
- uses: INTI-CMNB/KiBot@v2_dk7
71+
72+
- uses: INTI-CMNB/KiBot@v2_dk8
7373
with:
7474
config: ${{ env.kibot }}/schematics.kibot.yaml
7575
schema: ${{ env.schema }}
@@ -81,7 +81,7 @@ jobs:
8181
with:
8282
name: doc_sch
8383
path: ${{ env.dir }}_docs/**
84-
84+
8585
placement:
8686
name: "Placement and XML"
8787
runs-on: ubuntu-latest
@@ -92,21 +92,21 @@ jobs:
9292
submodules: recursive
9393
token: ${{ secrets.pat }}
9494
ref: ${{ github.head_ref }}
95-
96-
- uses: INTI-CMNB/KiBot@v2_dk7
95+
96+
- uses: INTI-CMNB/KiBot@v2_dk8
9797
with:
9898
config: ${{ env.kibot }}/placement.kibot.yaml
9999
schema: ${{ env.schema }}
100100
board: ${{ env.board }}
101101
dir: ${{ env.dir }}_docs
102-
103-
- uses: INTI-CMNB/KiBot@v2_dk7
102+
103+
- uses: INTI-CMNB/KiBot@v2_dk8
104104
with:
105105
config: ${{ env.kibot }}/xml.kibot.yaml
106106
schema: ${{ env.schema }}
107107
board: ${{ env.board }}
108108
dir: ${{ env.dir }}_docs
109-
109+
110110
# - name: "Rename output"
111111
# run: |
112112
# for file in $(find ${{env.dir}} -type f); do sudo mv "${file}" "${file//${{env.project}}/${{env.branch}}}" ; done
@@ -118,7 +118,7 @@ jobs:
118118
mkdir doc_xml || true ;
119119
mv hw/sch_pcb/*.xml doc_xml/ || true;
120120
mv hw/out_docs/*.csv doc_xml/ || true;
121-
121+
122122
- uses: actions/upload-artifact@v3
123123
if: ${{ success() }}
124124
with:
@@ -145,14 +145,14 @@ jobs:
145145
submodules: recursive
146146
token: ${{ secrets.pat }}
147147
ref: ${{ github.head_ref }}
148-
149-
- uses: INTI-CMNB/KiBot@v2_dk7
148+
149+
- uses: INTI-CMNB/KiBot@v2_dk8
150150
with:
151151
config: ${{ env.kibot }}/report.kibot.yaml
152152
schema: ${{ env.schema }}
153153
board: ${{ env.board }}
154154
dir: ${{ env.dir }}_report
155-
155+
156156
- uses: actions/upload-artifact@v3
157157
if: ${{ success() }}
158158
with:
@@ -169,17 +169,17 @@ jobs:
169169
submodules: recursive
170170
token: ${{ secrets.pat }}
171171
ref: ${{ github.head_ref }}
172-
173-
- uses: INTI-CMNB/KiBot@v2_dk7
172+
173+
- uses: INTI-CMNB/KiBot@v2_dk8
174174
with:
175175
config: ${{ env.kibot }}/ibom.kibot.yaml
176176
schema: ${{ env.schema }}
177177
board: ${{ env.board }}
178178
dir: ${{ env.dir }}_ibom
179-
179+
180180
- name: "Rename output"
181181
run: for file in $(find ${{env.dir}} -type f); do sudo mv "${file}" "${file//${{env.project}}/${{env.branch}}}" ; done
182-
182+
183183
- uses: actions/upload-artifact@v3
184184
if: ${{ success() }}
185185
with:
@@ -198,8 +198,8 @@ jobs:
198198
submodules: recursive
199199
token: ${{ secrets.pat }}
200200
ref: ${{ github.head_ref }}
201-
202-
- uses: INTI-CMNB/KiBot@v2_dk7
201+
202+
- uses: INTI-CMNB/KiBot@v2_dk8
203203
with:
204204
config: ${{ env.kibot }}/gerbers.kibot.yaml
205205
schema: ${{ env.schema }}
@@ -209,7 +209,7 @@ jobs:
209209

210210
- name: "Rename output"
211211
run: for file in $(find ${{env.dir}}_gerbers -type f); do sudo mv "${file}" "${file//${{env.project}}/${{env.branch}}}" || true ; done
212-
212+
213213
- uses: actions/upload-artifact@v2
214214
if: ${{ success() }}
215215
with:
@@ -227,15 +227,15 @@ jobs:
227227
submodules: recursive
228228
token: ${{ secrets.pat }}
229229
ref: ${{ github.head_ref }}
230-
231-
- uses: INTI-CMNB/KiBot@v2_dk7
230+
231+
- uses: INTI-CMNB/KiBot@v2_dk8
232232
with:
233233
config: ${{ env.kibot }}/cad.kibot.yaml
234234
schema: ${{ env.schema }}
235235
board: ${{ env.board }}
236236
dir: ${{ env.dir }}_cad
237-
238-
- uses: INTI-CMNB/KiBot@v2_dk7
237+
238+
- uses: INTI-CMNB/KiBot@v2_dk8
239239
with:
240240
config: ${{ env.kibot }}/render.kibot.yaml
241241
schema: ${{ env.schema }}
@@ -248,7 +248,7 @@ jobs:
248248
with:
249249
name: doc_cad
250250
path: ${{ env.dir }}_cad/**
251-
251+
252252
- uses: actions/upload-artifact@v3
253253
if: ${{ success() }}
254254
with:
@@ -272,15 +272,15 @@ jobs:
272272
273273
- name: Download a Build Artifact
274274
uses: actions/[email protected]
275-
275+
276276
- name: Remove old manufarturing data
277-
run: |
277+
run: |
278278
rm -r hw/cam_profi || true
279279
rm -r doc/gen || true
280-
280+
281281
- name: Extract to right position
282282
run: |
283-
283+
284284
mkdir doc || true
285285
mkdir doc/gen || true
286286
mkdir doc/gen/img || true
@@ -291,7 +291,7 @@ jobs:
291291
mkdir hw/cam_profi/gbr || true
292292
mkdir hw/cam_profi/assembly || true
293293
mkdir hw/cam_profi/ibom || true
294-
294+
295295
cp -r doc_img/* doc/gen/img || true
296296
cp -r doc_cad/cad/* doc/gen || true
297297
cp -r hw_cam_profi/* hw/cam_profi/gbr || true
@@ -313,9 +313,9 @@ jobs:
313313
rm -r doc_xml || true
314314
rm -r doc_report || true
315315
rm -r doc_ibom || true
316-
316+
317317
git add . -f
318-
318+
319319
- uses: stefanzweifel/[email protected]
320320
with:
321321
commit_message: Update actions products

0 commit comments

Comments
 (0)