Skip to content

Commit

Permalink
Added the nuget path config arg
Browse files Browse the repository at this point in the history
  • Loading branch information
ByronMayne committed Sep 12, 2023
1 parent 5e885de commit 9e22de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
- name: Pack
run: dotnet msbuild -t:pack ${Solution_Path}
- name: Push
run: dotnet nuget push --api-key ${{ secrets.NuGet_Api_Key }} --source ${{ vars.Nuget_Source_Url}}
run: dotnet nuget push .\src\Extended.Collections\bin\${Configuration}\*.nupkg --api-key ${{ secrets.NuGet_Api_Key }} --source ${{ vars.Nuget_Source_Url}}

0 comments on commit 9e22de0

Please sign in to comment.