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 90e633d commit 8a09a71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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@v2
uses: actions/checkout@v4
- name: Build stl file
uses: flat35hd99/[email protected]
with:
scad_file: cableHolder.scad
output_file: stls/cableHolder.stl
- name: Upload stl file as artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
path: stls/cableHolder.stl

0 comments on commit 8a09a71

Please sign in to comment.