From 06092cc8080a843e5bef0ba0c5ab876a9a6117bb Mon Sep 17 00:00:00 2001 From: Miha Kralj Date: Mon, 23 Sep 2024 08:49:07 -0700 Subject: [PATCH] update1 --- .github/workflows/main_automation.yml | 6 ++---- Tests/Tests.csproj | 1 + 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main_automation.yml b/.github/workflows/main_automation.yml index bbc69e45..4aa9524e 100644 --- a/.github/workflows/main_automation.yml +++ b/.github/workflows/main_automation.yml @@ -136,9 +136,8 @@ jobs: prerelease: true overwrite: true release_name: ${{ steps.gitversion.outputs.SemVer }} - tag_name: prerelease + tag_name: ${{ steps.gitversion.outputs.SemVer }} release_config: | - lib/bin/Release/QuanTAlib.dll quantower/Averages/bin/Release/Averages.dll quantower/Statistics/bin/Release/Statistics.dll SyntheticVendor/bin/Release/SyntheticVendor.dll @@ -160,9 +159,8 @@ jobs: prerelease: false overwrite: true release_name: ${{ steps.gitversion.outputs.MajorMinorPatch }} - tag_name: latest + tag_name: ${{ steps.gitversion.outputs.SemVer }} release_config: | - lib/bin/Release/QuanTAlib.dll quantower/Averages/bin/Release/Averages.dll quantower/Statistics/bin/Release/Statistics.dll SyntheticVendor/bin/Release/SyntheticVendor.dll diff --git a/Tests/Tests.csproj b/Tests/Tests.csproj index 0f30adf3..22780089 100644 --- a/Tests/Tests.csproj +++ b/Tests/Tests.csproj @@ -26,6 +26,7 @@ --> +