Skip to content

Commit 88cae33

Browse files
authored
specify library target explicitly in pkg
1 parent 4e79116 commit 88cae33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
run: dotnet pack --configuration Release
2525

2626
- name: Push to NuGet
27-
run: dotnet nuget push **/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --no-symbols --skip-duplicate
27+
run: dotnet nuget push **/UniFiSharp*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --no-symbols --skip-duplicate

0 commit comments

Comments
 (0)