From 4aae26e4b9c3f8c9660ebeca6982b51d967fab97 Mon Sep 17 00:00:00 2001 From: Antoine Pilote Date: Mon, 30 Aug 2021 14:38:46 -0400 Subject: [PATCH] Update msbuild.yml --- .github/workflows/msbuild.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index 2a212ed5..6e89deef 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -4,7 +4,7 @@ on: [push] env: # Path to the solution file relative to the root of the project. - SOLUTION_FILE_PATH: Nuake.sln + SOLUTION_FILE_PATH: Nuake/Nuake.sln # Configuration type to build. # You can convert this to a build matrix if you need coverage of multiple configuration types. @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v2 - name: Premake - run: generate.bat + run: Nuake/generate.bat - name: Add MSBuild to PATH uses: microsoft/setup-msbuild@v1.0.2