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