From d71dba4405d5fadc1bf265ddc5396b99cfa08cae Mon Sep 17 00:00:00 2001 From: Bryce Hackel <34104885+bhackel@users.noreply.github.com> Date: Thu, 9 May 2024 00:42:15 -0700 Subject: [PATCH] Fix bug --- .github/workflows/buildapp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/buildapp.yml b/.github/workflows/buildapp.yml index ab0eed3..246a4b3 100644 --- a/.github/workflows/buildapp.yml +++ b/.github/workflows/buildapp.yml @@ -161,7 +161,7 @@ jobs: if-no-files-found: error - name: Create Release - if: inputs.create_release == 'true' + if: ${{ inputs.create_release }} id: create_release uses: softprops/action-gh-release@v2.0.4 env: