diff --git a/.github/workflows/main_automation.yml b/.github/workflows/main_automation.yml
index c360004c..ae50bb46 100644
--- a/.github/workflows/main_automation.yml
+++ b/.github/workflows/main_automation.yml
@@ -159,7 +159,7 @@ jobs:
- name: Push package to nuget.org
if: ${{ github.ref == 'refs/heads/main' }}
- run: dotnet nuget push 'Calculations/bin/Release/QuanTAlib.*.nupkg'
+ run: dotnet nuget push 'lib/bin/Release/QuanTAlib.*.nupkg'
--api-key ${{ secrets.NUGET_DEPLOY_KEY_QUANTLIB }}
--source https://api.nuget.org/v3/index.json
--skip-duplicate
diff --git a/lib/quantalib.csproj b/lib/quantalib.csproj
index 84c27610..a95e3c69 100644
--- a/lib/quantalib.csproj
+++ b/lib/quantalib.csproj
@@ -40,10 +40,6 @@
-
- all
- runtime; build; native; contentfiles; analyzers
-