Skip to content

Workflow file for this run

name: stlBuilder
on: push
jobs:
cableHolder:
runs-on: ubuntu-latest
steps:
- name: Setup
uses: actions/checkout@v3
- name: Build stl files
uses: eXpire163/openscad-actions@main
with:
scad_file: ./
output_file: ./stls/
target_format_for_bulk: stl
- name: Build png files
uses: eXpire163/openscad-actions@main
with:
scad_file: ./
output_file: ./pngs/
target_format_for_bulk: png
- uses: EndBug/add-and-commit@v9
with:

Check failure on line 22 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

You have an error in your yaml syntax on line 22
default_author: github_actions
add: './stls/*.stl', './pngs/*.png'