Skip to content

Commit

Permalink
Create socketHolder.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
charely6 authored Nov 17, 2023
1 parent 6128e37 commit bc138e3
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/socketHolder.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: stlBuilder
on: workflow_dispatch
jobs:
cableHolder:
runs-on: ubuntu-latest
strategy:
matrix:
selectParm: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13]
steps:
- name: Setup
uses: actions/checkout@v3
- name: Build stl files
uses: eXpire163/openscad-actions@main
with:
scad_file: ./SocketHolder.scad
output_file: join([ './stls/SocketHolder',${{selectParm}},'.stl'],"")
- uses: EndBug/add-and-commit@v9
with:
default_author: github_actions
add: "['./stls/*.stl']"
- uses: actions/upload-artifact@v3
with:
name: my-artifact
path: ./stls

0 comments on commit bc138e3

Please sign in to comment.