Skip to content

Commit e9bd79f

Browse files
authored
Update publish.yml
1 parent 7f925ad commit e9bd79f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

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

3030
- name: Publish to NuGet
31-
run: dotnet nuget push "**/bin/Release/*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --source "https://api.nuget.org/v3/index.json"
31+
run: dotnet nuget push "SetSharp/bin/Release/*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --source "https://api.nuget.org/v3/index.json"

0 commit comments

Comments
 (0)