From f69a2a7bc071f6869cb515783a2f8f0c8f234b44 Mon Sep 17 00:00:00 2001 From: tpz Date: Fri, 3 Nov 2023 23:20:28 +0100 Subject: [PATCH] fix: rollback the last CI change --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 195259b..42150bf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,8 +58,8 @@ jobs: - name: Build query validator run: | cd EvitaDB.QueryValidator - dotnet publish -r linux-x64 -c Release -p:PublishSingleFile=true --self-contained false --no-build - dotnet publish -r win-x64 -c Release -p:PublishSingleFile=true --self-contained false --no-build + dotnet publish -r linux-x64 -c Release -p:PublishSingleFile=true --self-contained false + dotnet publish -r win-x64 -c Release -p:PublishSingleFile=true --self-contained false - name: Zip uses: vimtor/action-zip@v1