From c6c25cd784f1bb038079fa93922eeec758873420 Mon Sep 17 00:00:00 2001 From: Antoine Pilote Date: Mon, 30 Aug 2021 15:26:22 -0400 Subject: [PATCH] Update msbuild.yml --- .github/workflows/msbuild.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index 6d98f2b1..e23af055 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/Nuake.sln + SOLUTION_FILE_PATH: ./Nuake.sln # Configuration type to build. # You can convert this to a build matrix if you need coverage of multiple configuration types. @@ -18,9 +18,6 @@ jobs: steps: - uses: actions/checkout@v2 - - name: list - run: ls - - name: Generating solution run: ./generate.bat