From 48c4b944bf07ed7b4b8f6c76c49bf5c24991e9b2 Mon Sep 17 00:00:00 2001 From: Enes <9263360+EnessenE@users.noreply.github.com> Date: Fri, 14 Oct 2022 16:44:54 +0200 Subject: [PATCH] Grab nupkg file --- .github/workflows/nuget.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}