From 5080934eedc0a613cca891bffa9878d7a43ded06 Mon Sep 17 00:00:00 2001 From: Programmers3539 Date: Sat, 13 Jan 2024 17:36:35 -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 47b7930..ad9d018 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/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. + Wap_Project_Directory: ${{github.workspace}}\Motion-Profile-Mapper\Motion-Profile-Mapper-Installer\ # Replace with the Wap project directory relative to the solution, i.e. MyWpfApp.Package. + Wap_Project_Path: ${{github.workspace}}\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