From 6f85a26a6c875df1817a7646145034e66a41a4e0 Mon Sep 17 00:00:00 2001 From: Xikaro Date: Sat, 19 Apr 2025 00:12:39 +0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b11265d6f..342791353 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -351,7 +351,7 @@ jobs: name: 📦 Prepare release needs: [info] runs-on: ubuntu-latest - if: ${{ needs.info.outputs.exists }} + if: ${{ needs.info.outputs.exists == 'true' }} steps: - name: Debug if conditions run: |