diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1fc7650..c8ec100 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,8 +46,8 @@ jobs: # Pack the NuGet package - name: Pack the NuGet package - run: dotnet pack NuJet.sln --output ./artifacts - # run: dotnet pack NuJet.sln --configuration Release --output ./artifacts + run: dotnet pack NuJet --output ./artifacts + # run: dotnet pack NuJet --configuration Release --output ./artifacts # Publish the NuGet package - name: Publish to NuGet