From ba0af93cdcccffafe037598fcfa65188af4466b1 Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Fri, 14 Nov 2025 00:34:46 +0300 Subject: [PATCH] update version check output --- .github/workflows/version-check.yml | 7 +++++-- get-build-info.ps1 | 2 -- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/version-check.yml b/.github/workflows/version-check.yml index e84cdca..31999e9 100644 --- a/.github/workflows/version-check.yml +++ b/.github/workflows/version-check.yml @@ -30,8 +30,11 @@ jobs: v: ${{ github.event.client_payload.v }} s: ${{ github.event.client_payload.s }} run: | - json_output=$(./loaderspot_cli --version "$v" --connections 300 --ladder-search) - echo "versions=$json_output" >> $GITHUB_OUTPUT + { + echo 'versions<> "$GITHUB_OUTPUT" get-build-type: runs-on: windows-latest diff --git a/get-build-info.ps1 b/get-build-info.ps1 index e84d948..bb928ca 100644 --- a/get-build-info.ps1 +++ b/get-build-info.ps1 @@ -18,9 +18,7 @@ function Find-BuildInfo { $buildType = $match.Groups[1].Value Write-Output "Тип билда: $buildType" $found = $true - # Выводим тип билда в специальном формате для GitHub Actions echo "::set-output name=build_type::$buildType" - # Прерываем цикл после первого найденного совпадения break } }