diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index 6a49d16..ffc2b5a 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -57,7 +57,7 @@ jobs: env: Solution_Name: Motion-Profile-Mapper # Replace with your solution name, i.e. MyWpfApp.sln. - Wap_Project_Directory: / # Replace with the Wap project directory relative to the solution, i.e. MyWpfApp.Package. + 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. steps: