Fix up action
This commit is contained in:
parent
9f717cd941
commit
54387a4d09
1 changed files with 5 additions and 4 deletions
3
.github/workflows/scad.yml
vendored
3
.github/workflows/scad.yml
vendored
|
|
@ -23,7 +23,8 @@ jobs:
|
|||
run: |
|
||||
docker run \
|
||||
-v ${{ github.workspace }}:/workspace/ \
|
||||
openscad/openscad \
|
||||
openscad/openscad:dev \
|
||||
openscad \
|
||||
-D View=\"${{ matrix.part }}\" \
|
||||
-o /workspace/${{ matrix.part }}.stl \
|
||||
/workspace/smokebox.scad
|
||||
|
|
|
|||
Loading…
Reference in a new issue