We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d631d3f commit bfe4c62Copy full SHA for bfe4c62
.github/workflows/dotnet.yml
@@ -33,4 +33,4 @@ jobs:
33
- name: dotnet nuget push
34
env:
35
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
36
- run: dotnet nuget push bin/Release/*.nupkg --api-key $NUGET_API_KEY --source https://api.nuget.org/v3/index.json
+ run: dotnet nuget push src/OneBitSoftware.Slovom/bin/Release/*.nupkg --api-key $NUGET_API_KEY --source https://api.nuget.org/v3/index.json
0 commit comments