From 5adddc98d84ddc520e8e57845422071aef28990b Mon Sep 17 00:00:00 2001 From: Ryosuke Asano Date: Wed, 25 Oct 2023 21:00:36 +0900 Subject: [PATCH] [FB] Workflow | Remove '' --- .github/workflows/macOS-integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macOS-integration.yml b/.github/workflows/macOS-integration.yml index 262bebfdd5f91..78dc9e00fbcec 100644 --- a/.github/workflows/macOS-integration.yml +++ b/.github/workflows/macOS-integration.yml @@ -177,10 +177,10 @@ jobs: - name: Create DMG 📦 run: | - if [ ${{ inputs.lightning }} == 'true' ]; then + if [ ${{ inputs.lightning }} == true ]; then export APP_NAME="Floorp Lightning" export INSTALLER_NAME="Floorp-Lightning" - elif [ ${{ inputs.beta }} == 'true' ]; then + elif [ ${{ inputs.beta }} == true ]; then export APP_NAME="Floorp Daylight" export INSTALLER_NAME="Floorp-Daylight" else