Skip to content

Commit 474b66a

Browse files
authored
Merge pull request #97 from Kros-sk/fix-nuget
Fix NuGet push path in CI pipeline
2 parents c8cd82f + e645210 commit 474b66a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,4 @@ jobs:
9191
run: dotnet pack --configuration Release --no-build
9292

9393
- 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
94+
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

Comments
 (0)