Skip to content

Commit

Permalink
Add github workflows dings
Browse files Browse the repository at this point in the history
  • Loading branch information
SOwOphie committed Sep 4, 2024
1 parent 705b92d commit 48b22b4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Build STLs
on: [push]
jobs:
make:
runs-on: ubuntu-latest
steps:
- run: sudo apt-get install openscad
- run: make
- uses: actions/upload-artifact@v4
with:
name: Zelti STLs
path: '*.stl'

0 comments on commit 48b22b4

Please sign in to comment.