Skip to content

Commit 2b38047

Browse files
authored
Update publish.yml
1 parent 8a92521 commit 2b38047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
- name: Test
2525
run: dotnet test --no-restore --verbosity normal
2626
- name: Pack
27-
run: dotnet pack src/XunitLogger/XunitLogger.csproj --no-build --no-restore --output output/
27+
run: dotnet pack src/XunitLogger/Xunit.Logging.csproj --no-build --no-restore --output output/
2828
- name: Publish NuGet
2929
run: dotnet nuget push output/*.nupkg -k ${{ secrets.NuGetAPIKey }} -s https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)