Skip to content

Commit

Permalink
fix (github-actions.yml): add local nuget source through 'dotnet nuge…
Browse files Browse the repository at this point in the history
…t source add'
  • Loading branch information
ksidirop-laerdal committed Mar 13, 2024
1 parent d09aeaf commit be21383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
shell: bash

- name: 'Add Artifacts folder as a local NuGet Source'
run: nuget sources add -name "Artifacts" -source "$Build_Artifact_Staging_Directory/Artifacts"
run: dotnet nuget add source "$Build_Artifact_Staging_Directory/Artifacts" --name "LocalArtifacts"
shell: bash
env:
Build_Artifact_Staging_Directory: ${{ runner.temp }}
Expand Down

0 comments on commit be21383

Please sign in to comment.