From 470d2f0121db73dfd10eac5c3f0e2aed687dd8d7 Mon Sep 17 00:00:00 2001 From: Miha Kralj Date: Wed, 21 Jan 2026 16:06:19 -0500 Subject: [PATCH] fixing workflows --- .github/workflows/Release.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 4bb8b5a3..2fb1b515 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -66,19 +66,19 @@ jobs: - name: Build run: | dotnet build ./lib/quantalib.csproj --configuration Release --no-restore --nologo - dotnet build ./quantower/Channels.csproj --configuration Release --no-restore --nologo - dotnet build ./quantower/Cycles.csproj --configuration Release --no-restore --nologo - dotnet build ./quantower/Dynamics.csproj --configuration Release --no-restore --nologo - dotnet build ./quantower/Filters.csproj --configuration Release --no-restore --nologo - dotnet build ./quantower/Forecasts.csproj --configuration Release --no-restore --nologo - dotnet build ./quantower/Momentum.csproj --configuration Release --no-restore --nologo - dotnet build ./quantower/Oscillators.csproj --configuration Release --no-restore --nologo - dotnet build ./quantower/Reversals.csproj --configuration Release --no-restore --nologo - dotnet build ./quantower/Statistics.csproj --configuration Release --no-restore --nologo - dotnet build ./quantower/Trends_FIR.csproj --configuration Release --no-restore --nologo - dotnet build ./quantower/Trends_IIR.csproj --configuration Release --no-restore --nologo - dotnet build ./quantower/Volatility.csproj --configuration Release --no-restore --nologo - dotnet build ./quantower/Volume.csproj --configuration Release --no-restore --nologo + dotnet build ./quantower/Channels.csproj --configuration Release --nologo + dotnet build ./quantower/Cycles.csproj --configuration Release --nologo + dotnet build ./quantower/Dynamics.csproj --configuration Release --nologo + dotnet build ./quantower/Filters.csproj --configuration Release --nologo + dotnet build ./quantower/Forecasts.csproj --configuration Release --nologo + dotnet build ./quantower/Momentum.csproj --configuration Release --nologo + dotnet build ./quantower/Oscillators.csproj --configuration Release --nologo + dotnet build ./quantower/Reversals.csproj --configuration Release --nologo + dotnet build ./quantower/Statistics.csproj --configuration Release --nologo + dotnet build ./quantower/Trends_FIR.csproj --configuration Release --nologo + dotnet build ./quantower/Trends_IIR.csproj --configuration Release --nologo + dotnet build ./quantower/Volatility.csproj --configuration Release --nologo + dotnet build ./quantower/Volume.csproj --configuration Release --nologo - name: Pack NuGet run: |