Skip to content

Commit

Permalink
[FB] Workflow | Remove ''
Browse files Browse the repository at this point in the history
  • Loading branch information
surapunoyousei committed Oct 25, 2023
1 parent eb541e9 commit 5adddc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macOS-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5adddc9

Please sign in to comment.