Skip to content

Commit 80eac53

Browse files
Fix github action for release after change to location of files for erc and drc success
1 parent 45b9cd1 commit 80eac53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
submodules: true
1717
- name: Design rules check
1818
run: |
19-
./automation/ninja.sh build/${{ matrix.variant }}/drc_success
19+
./automation/ninja.sh build/${{ matrix.variant }}/ferris.kicad_pcb.drc_success
2020
- name: Electrical rules check
2121
run: |
22-
./automation/ninja.sh build/${{ matrix.variant }}/erc_success
22+
./automation/ninja.sh build/${{ matrix.variant }}/ferris.sch.erc_success
2323
- name: Generate artifacts
2424
run: |
2525
./automation/ninja.sh ${{ matrix.variant }}

0 commit comments

Comments
 (0)