new feature and rewrite

This commit is contained in:
Miha Kralj
2024-09-22 18:19:03 -07:00
parent babe915b9a
commit e71f715192
2 changed files with 1 additions and 5 deletions
+1 -1
View File
@@ -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