Skip to content

Commit

Permalink
test8
Browse files Browse the repository at this point in the history
  • Loading branch information
charely6 committed Nov 17, 2023
1 parent e3793af commit 4039dbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
- name: Build stl file
uses: eXpire163/openscad-actions@main
with:
scad_file: ./
output_file: ./stls/
scad_file: ./*.scad
output_file: ./stls/*.stl
target_format_for_bulk: stl
- name: artifact
uses: actions/upload-artifact@v3
Expand All @@ -20,5 +20,5 @@ jobs:
uses: EndBug/add-and-commit@v9
with:
message: test
add: './stls'
add: './stls/*'

0 comments on commit 4039dbb

Please sign in to comment.