Skip to content

Commit 56afc6f

Browse files
authored
Update publish.yml
1 parent eaa2057 commit 56afc6f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: dotnet build --configuration Release --no-restore
2626

2727
- name: Pack
28-
run: dotnet pack --configuration Release --no-build
28+
run: dotnet pack src/SetSharp/SetSharp.csproj --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 "src/SetSharp/bin/Release/*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --source "https://api.nuget.org/v3/index.json"

0 commit comments

Comments
 (0)