Skip to content

Commit

Permalink
Fixed escaping of paths
Browse files Browse the repository at this point in the history
  • Loading branch information
ByronMayne committed Sep 12, 2023
1 parent 9e22de0 commit 4c4e2dc
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 .\src\Extended.Collections\bin\${Configuration}\*.nupkg --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 4c4e2dc

Please sign in to comment.