We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e79116 commit 88cae33Copy full SHA for 88cae33
.github/workflows/nuget.yml
@@ -24,4 +24,4 @@ jobs:
24
run: dotnet pack --configuration Release
25
26
- 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
+ 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