Update glslang to 277d09e679f0f4d9469c463c00cb11c6a040e65f (#7261) #3896
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |