From fd38823752f22954d6e350b296ac83cf5a870853 Mon Sep 17 00:00:00 2001 From: charely6 Date: Thu, 16 Nov 2023 23:36:32 -0600 Subject: [PATCH] test9 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e620284..c63638d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,8 +9,8 @@ jobs: - name: Build stl file uses: eXpire163/openscad-actions@main with: - scad_file: ./*.scad - output_file: ./stls/*.stl + scad_file: ./ + output_file: ./stls/ target_format_for_bulk: stl - name: artifact uses: actions/upload-artifact@v3