From 6f11a5e0dc9af82fcdd80df0370019b877266934 Mon Sep 17 00:00:00 2001 From: Miha Kralj <31756078+mihakralj@users.noreply.github.com> Date: Sun, 22 Sep 2024 19:50:57 -0700 Subject: [PATCH] Update main_automation.yml --- .github/workflows/main_automation.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/main_automation.yml b/.github/workflows/main_automation.yml index ae50bb46..e71e14c8 100644 --- a/.github/workflows/main_automation.yml +++ b/.github/workflows/main_automation.yml @@ -135,6 +135,9 @@ jobs: tag_name: prerelease release_config: | lib/bin/Release/QuanTAlib.dll + quantower/Averages/bin/Release/Averages.dll + quantower/Statistics/bin/Release/Statistics.dll + SyntheticVendor/bin/Release/SyntheticVendor.dll - name: Push package to myget.org run: dotnet nuget push 'lib/bin/Release/QuanTAlib.*.nupkg' @@ -156,6 +159,9 @@ jobs: tag_name: latest release_config: | lib/bin/Release/QuanTAlib.dll + quantower/Averages/bin/Release/Averages.dll + quantower/Statistics/bin/Release/Statistics.dll + SyntheticVendor/bin/Release/SyntheticVendor.dll - name: Push package to nuget.org if: ${{ github.ref == 'refs/heads/main' }}