There was an error while loading. Please reload this page.
2 parents c8cd82f + e645210 commit 474b66aCopy full SHA for 474b66a
1 file changed
.github/workflows/pipeline.yml
@@ -91,4 +91,4 @@ jobs:
91
run: dotnet pack --configuration Release --no-build
92
93
- name: Find and Publish NuGet Package
94
- run: dotnet nuget push $(find . -type f -name "*.nupkg") --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
+ run: dotnet nuget push $(find ./src -type f -name "*.nupkg") --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
0 commit comments