Skip to content

Add github workflows dings #1

Add github workflows dings

Add github workflows dings #1

Workflow file for this run

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

Check failure on line 12 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

You have an error in your yaml syntax on line 12