Skip to content

Commit

Permalink
fix: publish actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladislav Konopelko committed Sep 17, 2024
1 parent fd0a816 commit c3092ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c3092ab

Please sign in to comment.