diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index eb8865f4..f5eaf67d 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -43,6 +43,9 @@ jobs: - name: Pack NexNet run: dotnet pack src/NexNet -c Release -o ./artifacts + + - name: Pack NexNet.Quic + run: dotnet pack src/NexNet.Quic -c Release -o ./artifacts - name: Pack NexNet.Generator run: dotnet pack src/NexNet.Generator -c Release -o ./artifacts