Skip to content

Commit

Permalink
Fix list of boardcs in GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
ceoloide committed Sep 30, 2023
1 parent ff61f4b commit 2508d67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

name: Build
jobs:
generate:
board:
runs-on: ubuntu-latest
name: Generate
steps:
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Run KiBot to generate images, gerbers for the plate files
uses: ./.github/actions/kibot
with:
boards: frontplate,backplate,controller_overlay,corney_island
boards: frontplate backplate controller_overlay corney_island
- name: Export DSN file for Freerouting
uses: ./.github/actions/export-dsn
with:
Expand Down

0 comments on commit 2508d67

Please sign in to comment.