Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
willpuckett committed Sep 9, 2024
1 parent 93d29fe commit 53f701f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/kibot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: JLCPCB
path:
- default/JLCPCB/*.zip
- default/*_jlc.csv
- default/*.dxf
- default/*.step
- default/*.svg
path: default/*.zip



13 changes: 13 additions & 0 deletions swoon.kibot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -279,3 +279,16 @@ outputs:
run_by_default: true
options:
min_distance: 0.1

- name: Pack
comment: ZIP for Artifact
type: compress
dir: default
options:
files:
- source: JLCPCB/*.zip
- source: *_jlc.csv
- source: *.dxf
- source: *.step
- source: *.svg
output: '%f_%i.zip'

0 comments on commit 53f701f

Please sign in to comment.