Skip to content

Commit 032df78

Browse files
committed
chore: fix paths
1 parent c021693 commit 032df78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-debug.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ jobs:
4545
# Telerik.Examples.ContentSecurityPolicy Project Restore & Build
4646
- name: Restore NuGet Packages for Telerik.Examples.ContentSecurityPolicy Project
4747
run: |
48-
dotnet restore Telerik.Examples.ContentSecurityPolicy/Telerik.Examples.ContentSecurityPolicy/Telerik.Examples.ContentSecurityPolicy.csproj --configfile NuGet.Config -r win-x64
48+
dotnet restore Telerik.Examples.ContentSecurityPolicy/Telerik.Examples.ContentSecurityPolicy.csproj --configfile NuGet.Config -r win-x64
4949
env:
5050
TELERIK_NUGET_KEY: ${{secrets.TELERIK_NUGET_KEY}}
5151

5252
- name: Build Telerik.Examples.ContentSecurityPolicy Project
53-
run: dotnet build Telerik.Examples.ContentSecurityPolicy/Telerik.Examples.ContentSecurityPolicy/Telerik.Examples.ContentSecurityPolicy.csproj -r win-x64 --no-restore
53+
run: dotnet build Telerik.Examples.ContentSecurityPolicy/Telerik.Examples.ContentSecurityPolicy.csproj -r win-x64 --no-restore
5454
env:
5555
TELERIK_LICENSE: ${{secrets.TELERIK_LICENSE_KEY}}

0 commit comments

Comments
 (0)