Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
charely6 authored Nov 17, 2023
1 parent b5a9bae commit 90e633d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup
uses: actions/checkout@v3
uses: actions/checkout@v2
- name: Build stl file
uses: flat35hd99/[email protected]
with:
scad_file: ./cableHolder.scad
output_file: ./stls/cableHolder.stl
scad_file: cableHolder.scad
output_file: stls/cableHolder.stl
- name: Upload stl file as artifact
uses: actions/upload-artifact@v2
with:
path: ./stls/
path: stls/cableHolder.stl

0 comments on commit 90e633d

Please sign in to comment.