From c82235868e4bb02f4556c0da210c349a3c736233 Mon Sep 17 00:00:00 2001 From: Roderick Kennedy Date: Sat, 27 Jul 2024 22:57:48 +0100 Subject: [PATCH] Update msbuild.yml --- .github/workflows/msbuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index 8523c5f3..bb8de13b 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -13,7 +13,7 @@ on: env: # Path to the solution file relative to the root of the project. - SOLUTION_FILE_PATH: build_pc_client + SOLUTION_FILE_PATH: build_pc_client/Teleport_Client.sln # Configuration type to build. # You can convert this to a build matrix if you need coverage of multiple configuration types.