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