Skip to content

Fix material properties not being applied on frame start #36

Fix material properties not being applied on frame start

Fix material properties not being applied on frame start #36

Workflow file for this run

name: MSBuild
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
build:
runs-on: windows-latest
strategy:
matrix:
configuration: [ "Debug", "Release" ]
steps:
- uses: actions/checkout@v3
- name: Add MSBuild to PATH
uses: microsoft/[email protected]
- name: Build
working-directory: ${{env.GITHUB_WORKSPACE}}
run: msbuild /m /p:Configuration=${{ matrix.configuration }}
- name: Upload Artifacts
uses: actions/upload-artifact@v2
with:
name: SCGL-${{ matrix.configuration }}
path: ${{ matrix.configuration }}/SCGL.dll