From 86e89e5837843555f737f9ad647e99d68c55ea12 Mon Sep 17 00:00:00 2001 From: Jan-Henrik Bruhn Date: Sat, 8 Feb 2025 13:41:35 +0100 Subject: [PATCH] Use newer openscad version --- .github/workflows/build-stls.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-stls.yml b/.github/workflows/build-stls.yml index c8350c1..986fe22 100644 --- a/.github/workflows/build-stls.yml +++ b/.github/workflows/build-stls.yml @@ -14,26 +14,26 @@ jobs: with: submodules: true - name: Generate Case - uses: pkoehlers/openscad-build-action@54267e4b137c716efa15a48bd53f743a23fea606 + uses: gpmidi/openscad-build-action@157e7ff470cedf28c11f361941e7e12fffc339e3 with: input-file: 'hardware/case/case.scad' output-file: 'case.stl' - name: Generate Buttons - uses: pkoehlers/openscad-build-action@54267e4b137c716efa15a48bd53f743a23fea606 + uses: gpmidi/openscad-build-action@157e7ff470cedf28c11f361941e7e12fffc339e3 with: input-file: 'hardware/case/buttons.scad' output-file: 'buttons.stl' customizer-parameter-file: 'hardware/case/buttons.json' customizer-parameter-set: 'Buttons' - name: Generate Inlay - uses: pkoehlers/openscad-build-action@54267e4b137c716efa15a48bd53f743a23fea606 + uses: gpmidi/openscad-build-action@157e7ff470cedf28c11f361941e7e12fffc339e3 with: input-file: 'hardware/case/buttons.scad' output-file: 'buttons-tpu-inlay.stl' customizer-parameter-file: 'hardware/case/buttons.json' customizer-parameter-set: 'Inlay' - - name: Generate Inlay - uses: pkoehlers/openscad-build-action@54267e4b137c716efa15a48bd53f743a23fea606 + - name: Generate Light Blockers + uses: gpmidi/openscad-build-action@157e7ff470cedf28c11f361941e7e12fffc339e3 with: input-file: 'hardware/case/buttons.scad' output-file: 'buttons-black-blockers.stl'