Step down a version as the forgejo runner is too old
Some checks failed
Deploy To Production / render (Bottom) (push) Failing after 22s
Deploy To Production / render (Latch) (push) Failing after 5s
Deploy To Production / render (Lid) (push) Failing after 4s
Deploy To Production / render (Seal) (push) Failing after 4s

This commit is contained in:
Greyscale 2024-07-31 11:40:14 +02:00
parent 54387a4d09
commit 5073940080

View file

@ -18,7 +18,7 @@ jobs:
- Seal
steps:
- name: Setup
uses: actions/checkout@v4
uses: actions/checkout@v3
- name: Render
run: |
docker run \
@ -29,7 +29,7 @@ jobs:
-o /workspace/${{ matrix.part }}.stl \
/workspace/smokebox.scad
- name: Upload
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: smokebox-${{ matrix.part }}.stl
path: ${{ github.workspace }}/${{ matrix.part }}.stl