Skip to content

Commit

Permalink
moved upload artifact in build
Browse files Browse the repository at this point in the history
  • Loading branch information
bat52 authored Aug 5, 2024
1 parent 2a708a9 commit c9fdc30
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c9fdc30

Please sign in to comment.