Skip to content

Revert "engine: move setFrontFaceWindingInverted from View to Materia… #3985

Revert "engine: move setFrontFaceWindingInverted from View to Materia…

Revert "engine: move setFrontFaceWindingInverted from View to Materia… #3985

name: Web
on:
push:
branches:
- main
- release
- rc/**
jobs:
build-web:
name: build-web
runs-on: macos-latest
steps:
- uses: actions/checkout@v3.3.0
- name: Run build script
run: |
cd build/web && printf "y" | ./build.sh continuous
- uses: actions/upload-artifact@v1.0.0
with:
name: filament-web
path: out/filament-release-web.tgz