better handle invalid programs in release builds (#7389) #4015
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: Windows | |
on: | |
push: | |
branches: | |
- main | |
- release | |
- rc/** | |
jobs: | |
build-windows: | |
name: build-windows | |
runs-on: windows-2019 | |
steps: | |
- uses: actions/[email protected] | |
- name: Run build script | |
run: | | |
build\windows\build-github.bat continuous | |
shell: cmd | |
- uses: actions/[email protected] | |
with: | |
name: filament-windows | |
path: out/filament-windows.tgz |