Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
kentico-ericd committed Jan 17, 2024
1 parent 2798e6c commit e1f3c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
dotnet publish KenticoInspector.WebApplication.csproj /p:PublishDir=..\publish -c Release -r win-x64 --self-contained true
mkdir "..\publish\ClientApp\dist"
cd .\ClientApp
Copy-Item ".\dist\*" -Recurse -Destination "..\publish\ClientApp\dist\"
Copy-Item ".\dist\*" -Recurse -Destination "..\..\publish\ClientApp\dist\"
- name: Upload build artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit e1f3c28

Please sign in to comment.