Skip to content

Commit

Permalink
Update main_build-aspnetcore.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LanceMcCarthy committed Feb 16, 2024
1 parent 04be7c6 commit 9e386eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main_build-aspnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:

- name: Restore NuGet Packages
working-directory: ${{env.WORKING_DIRECTORY}}
run: dotnet restore-r "linux-${{env.target_arch}}" --configfile "${{env.GITHUB_WORKSPACE}}/src/NuGet.Config"
run: dotnet restore -r "linux-${{env.target_arch}}" --configfile "../${{env.NUGET_CONFIG_PATH}}"
env:
TELERIK_USERNAME: ${{secrets.MyTelerikAccountUsername}}
TELERIK_PASSWORD: ${{secrets.MyTelerikAccountPassword}}
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:

- name: Restore NuGet Packages
working-directory: ${{env.WORKING_DIRECTORY}}
run: dotnet restore -r "linux-${{env.target_arch}}" --configfile "${{env.GITHUB_WORKSPACE}}/src/NuGet.Config"
run: dotnet restore -r "linux-${{env.target_arch}}" --configfile "../${{env.NUGET_CONFIG_PATH}}"
env:
TELERIK_USERNAME: ${{secrets.MyTelerikAccountUsername}}
TELERIK_PASSWORD: ${{secrets.MyTelerikAccountPassword}}
Expand Down

0 comments on commit 9e386eb

Please sign in to comment.