From 68f64d67f36923b22d3a4ee720df1f40ab91682c Mon Sep 17 00:00:00 2001 From: dP Date: Tue, 4 May 2021 22:43:10 +0300 Subject: [PATCH] gha: Fix Windows not building without installer --- .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 2f45490840..5dd12aabee 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -776,7 +776,7 @@ jobs: echo "::endgroup::" - name: Build (without installer) - if: needs.source.outputs.is_tag != 'true' + if: ${{ true }} # needs.source.outputs.is_tag != 'true' shell: bash run: | mkdir build