diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index 90afbb6..ba1358e 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -22,4 +22,4 @@ jobs: - name: Test run: dotnet test --no-build --verbosity normal - name: Publish - run: dotnet nuget push CM.Text/CM.Text.csproj --api-key ${{ secrets.nuget_apikey }} + run: dotnet nuget push **/*.nupkg --api-key ${{ secrets.nuget_apikey }}