Skip to content

Commit

Permalink
Add 3d and discord
Browse files Browse the repository at this point in the history
  • Loading branch information
KenwoodFox committed Jan 12, 2024
1 parent 1b03ff4 commit 70379bb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/hardware_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,13 @@ jobs:
with:
name: Board-Hardware

- name: Send to discord
uses: appleboy/discord-action@master
with:
webhook_id: ${{ secrets.WEBHOOK_ID }}
webhook_token: ${{ secrets.WEBHOOK_TOKEN }}
file: "CANIO-3D_top.png"

- name: Upload KiCAD Artifacts
uses: edunad/[email protected]
with:
Expand Down
4 changes: 2 additions & 2 deletions Hardware/config.kibot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ preflight:
command: "git describe --always --tags"
- name: "ISSUE"
command: "date '+%Y-%m-%d'"
# - name: "KENWOODFOX_3DMODELS" # My custom libs!
# command: "echo 'Hardware/CANIO/Libraries/kenwoodfox-kicad-libraries/3d'"
- name: "KENWOODFOX_3DMODELS" # My custom libs!
command: "echo 'Hardware/CANIO/Libraries/kenwoodfox-kicad-libraries/3d'"

filters:
- name: only_jlc_parts
Expand Down

0 comments on commit 70379bb

Please sign in to comment.