From 4ef512e3d79899a7a96e527316fcc2267913f7fa Mon Sep 17 00:00:00 2001 From: Programmers3539 Date: Sat, 13 Jan 2024 17:05:41 -0500 Subject: [PATCH] Update dotnet-desktop.yml --- .github/workflows/dotnet-desktop.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index 68f1bc3..47b7930 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -57,8 +57,8 @@ jobs: env: Solution_Name: Motion-Profile-Mapper # Replace with your solution name, i.e. MyWpfApp.sln. - Wap_Project_Directory: /Motion-Profile-Mapper-Installer/ # Replace with the Wap project directory relative to the solution, i.e. MyWpfApp.Package. - Wap_Project_Path: Motion-Profile-Mapper-Installer # Replace with the path to your Wap project, i.e. MyWpf.App.Package\MyWpfApp.Package.wapproj. + Wap_Project_Directory: /Motion-Profile-Mapper/Motion-Profile-Mapper-Installer/ # Replace with the Wap project directory relative to the solution, i.e. MyWpfApp.Package. + Wap_Project_Path: /Motion-Profile-Mapper/Motion-Profile-Mapper-Installer/Motion-Profile-Mapper-Installer.vdproj # Replace with the path to your Wap project, i.e. MyWpf.App.Package\MyWpfApp.Package.wapproj. steps: - name: Checkout