Skip to content

Commit

Permalink
Update dotnet-desktop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kentico-anthonym authored Nov 15, 2023
1 parent 0fbdb3b commit 1fd4aef
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 @@ -88,7 +88,7 @@ jobs:
working-directory: KenticoInspector.WebApplication\ClientApp

# build the application
- run: dotnet publish ${{Wap_Project_Path}} /p:PublishDir=..\publish -c Release -r win-x64 --self-contained true
- run: dotnet publish ${{env.Wap_Project_Path}} /p:PublishDir=..\publish -c Release -r win-x64 --self-contained true

# Copy compiled front-end-topublish folder
- run: mkdir "..\..\publish\ClientApp\dist"
Expand Down

0 comments on commit 1fd4aef

Please sign in to comment.