Skip to content

Commit

Permalink
fix (github-actions.yml): nuget feed urls have been fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ksidirop-laerdal committed Apr 10, 2024
1 parent c07d4d5 commit eb9f108
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
chmod +x "${{env.BUILD_REPOSITORY_FOLDERPATH}}/Laerdal.Scripts/Laerdal.SetupBuildEnvironment.sh" \
&& \
"${{env.BUILD_REPOSITORY_FOLDERPATH}}/Laerdal.Scripts/Laerdal.SetupBuildEnvironment.sh" \
"https://nuget.pkg.github.com/Laerdal-Medical/index.json" \
"https://nuget.pkg.github.com/Laerdal/index.json" \
"__nuget_server_username_doesnt_matter__" \
"${{env.SCL_GITHUB_ACCESS_TOKEN}}" \
"${{env.BUILD_REPOSITORY_FOLDERPATH}}/Artifacts"
Expand Down Expand Up @@ -99,6 +99,6 @@ jobs:
dotnet \
nuget \
push \
--source "https://nuget.pkg.github.com/Laerdal-Medical/index.json" \
--source "https://nuget.pkg.github.com/Laerdal/index.json" \
--api-key "${{env.SCL_GITHUB_ACCESS_TOKEN}}" \
*nupkg

0 comments on commit eb9f108

Please sign in to comment.