Skip to content

Commit

Permalink
updates workflow and added files
Browse files Browse the repository at this point in the history
  • Loading branch information
charely6 committed Nov 17, 2023
1 parent 43eecc8 commit 27da6c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ jobs:
- name: Build stl file
uses: flat35hd99/[email protected]
with:
scad_file: cableHolder.scad
output_file: cableHolder.stl
scad_file: ./cableHolder.scad
output_file: ./stls/cableHolder.stl
2 changes: 1 addition & 1 deletion cableHolder.scad
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ cylinder (d=5,h=30,center =true) ;
}
}
}

echo("test");



Expand Down

0 comments on commit 27da6c9

Please sign in to comment.