Skip to content

Commit

Permalink
add schematic to artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
harleylara committed Jun 13, 2024
1 parent b3d5257 commit dee79c1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,13 @@ jobs:
with:
type: schematic_bom
file: hardware/${{ env.PROJECT }}.kicad_sch
- name: Upload
- name: Upload BOM
uses: actions/upload-artifact@v4
with:
name: ${{ env.PROJECT }}-bom.xml
path: ./${{ env.PROJECT }}-bom.xml
- name: Upload Schematic
uses: actions/upload-artifact@v4
with:
name: ${{ env.PROJECT }}.pdf
path: ./${{ env.PROJECT }}.pdf

0 comments on commit dee79c1

Please sign in to comment.