Skip to content

Commit 5ee421f

Browse files
committed
ci: fix path to nupkgs
1 parent b4e6a85 commit 5ee421f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
name: NuGet packages
7575
path: packages
7676
- name: Push packages
77-
run: dotnet nuget push "*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
77+
run: dotnet nuget push "packages/*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
7878
- uses: dotnet/nbgv@v0.3.1
7979
id: nbgv
8080
- name: Create GitHub release

0 commit comments

Comments
 (0)