Skip to content

Add github workflows dings #4

Add github workflows dings

Add github workflows dings #4

Workflow file for this run

name: Build STLs
on: [push]
jobs:
make:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: sudo apt-get install openscad
- run: make
- uses: actions/upload-artifact@v4
with:
name: Zelti STLs
path: '*.stl'