Skip to content

Commit

Permalink
Adding mkfolder and checkout opt
Browse files Browse the repository at this point in the history
  • Loading branch information
gpmidi committed Jan 29, 2025
1 parent b6c8632 commit 581da56
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,19 @@ jobs:
uses: actions/checkout@master
with:
repository: kennetek/gridfinity-rebuilt-openscad
path: gridfinity-rebuilt-openscad
- name: Move mobile app files to root
run: |
ls -alhR
mkdir -p stls
- uses: gpmidi/openscad-build-action@main
with:
input-file: gridfinity-rebuilt-openscad/gridfinity-rebuilt-baseplate.scad
output-file: test.stl
output-file: stls/test.stl
customizer-parameter-file: params/Base.json
customizer-parameter-set: '5x5'
- uses: actions/upload-artifact@v4
with:
name: test-stl
path: test.stl
path: stls/test.stl

0 comments on commit 581da56

Please sign in to comment.