diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f527f6c..4649baf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,6 +18,6 @@ jobs: - name: Test run: dotnet test -c Release --no-build - name: Pack nugets - run: dotnet pack -c Release --no-build --output . + run: dotnet pack MpesaSDK.NET/MpesaSDK.NET.csproj -c Release --no-build --output . - name: Push to NuGet run: dotnet nuget push "*.nupkg" --api-key ${{secrets.nuget_api_key}} --source https://api.nuget.org/v3/index.json