We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaa2057 commit 56afc6fCopy full SHA for 56afc6f
1 file changed
.github/workflows/publish.yml
@@ -25,7 +25,7 @@ jobs:
25
run: dotnet build --configuration Release --no-restore
26
27
- name: Pack
28
- run: dotnet pack --configuration Release --no-build
+ run: dotnet pack src/SetSharp/SetSharp.csproj --configuration Release --no-build
29
30
- 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"
+ run: dotnet nuget push "src/SetSharp/bin/Release/*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --source "https://api.nuget.org/v3/index.json"
0 commit comments