From 84b0c044f7d614dd0141222cceec7cd3697673b9 Mon Sep 17 00:00:00 2001 From: cwilvx Date: Fri, 31 Jan 2025 15:14:26 +0300 Subject: [PATCH] fix typo --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 17c5f062..147f2100 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: strategy: matrix: os: [ubuntu-20.04, windows-2019] - if: ${{ github.event.inputs.binary_build == 'false' }} + if: ${{ github.event.inputs.binary_build == 'true' }} runs-on: ${{ matrix.os }} name: Create binary on ${{ matrix.os }} steps: