From c9fdc300565fa61b04ba8d6efa0544e633f8133e Mon Sep 17 00:00:00 2001 From: Marco Merlin Date: Mon, 5 Aug 2024 10:29:52 +0200 Subject: [PATCH] moved upload artifact in build --- .github/workflows/test.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 24bb8a87..1d2e31bc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,9 +34,15 @@ jobs: run: | ls -R find ./test/ | grep stl + - name: upload artifacts + uses: actions/upload-artifact@v4 + with: + # path depends on the tag and the module name + name: STL + path: test/**/**/**/* #find ./test/fretboard_assembly/cadquery/* ############################################################## -# Downloadable results from OpenLane +# Downloadable results artifact: needs: