diff --git a/.github/workflows/xcodebuild-or-fastlane.yml b/.github/workflows/xcodebuild-or-fastlane.yml index 36942cf..e99e25e 100644 --- a/.github/workflows/xcodebuild-or-fastlane.yml +++ b/.github/workflows/xcodebuild-or-fastlane.yml @@ -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 \