Fix up action
Some checks failed
Deploy To Production / render (Bottom) (push) Failing after 2s
Deploy To Production / render (Latch) (push) Failing after 2s
Deploy To Production / render (Lid) (push) Failing after 2s
Deploy To Production / render (Seal) (push) Failing after 2s

This commit is contained in:
Greyscale 2024-07-31 11:35:29 +02:00
parent 9f717cd941
commit 54387a4d09

View file

@ -23,10 +23,11 @@ jobs:
run: |
docker run \
-v ${{ github.workspace }}:/workspace/ \
openscad/openscad \
-D View=\"${{ matrix.part }}\" \
-o /workspace/${{ matrix.part }}.stl \
/workspace/smokebox.scad
openscad/openscad:dev \
openscad \
-D View=\"${{ matrix.part }}\" \
-o /workspace/${{ matrix.part }}.stl \
/workspace/smokebox.scad
- name: Upload
uses: actions/upload-artifact@v4
with: