Skip to content

Commit

Permalink
Fix If Statement (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
PSchmiedmayer authored Jul 30, 2023
1 parent f7ff048 commit 699197b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/xcodebuild-or-fastlane.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,9 @@ jobs:
fi
if [ -z "${{ inputs.resultBundle }}" ]; then
RESULTBUNDLE=${{ inputs.resultBundle }}
RESULTBUNDLE${{ inputs.scheme }}.xcresult
else
RESULTBUNDLE=${{ inputs.scheme }}.xcresult
RESULTBUNDLE=${{ inputs.resultBundle }}
fi
set -o pipefail \
Expand Down

0 comments on commit 699197b

Please sign in to comment.