From c3092ab6298ce8ec55f8a0d76d1799d38fb5ff3a Mon Sep 17 00:00:00 2001 From: Vladislav Konopelko Date: Tue, 17 Sep 2024 12:29:55 +0300 Subject: [PATCH] fix: publish actions --- .github/workflows/dotnet-desktop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index a4f8d50..6a62541 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -29,7 +29,7 @@ jobs: dotnet-version: '8.0.x' - name: Publish the application - run: dotnet publish $env:Solution_Name -p:PublishSingleFile=True --no-self-contained False -c $env.Configuration -r win-x64 + run: dotnet publish $env:Wap_Project_Path -p:PublishSingleFile=True --no-self-contained False -c $env.Configuration -r win-x64 - name: Upload build artifacts uses: actions/upload-artifact@v3