Skip to content

Commit

Permalink
fixed yml 3
Browse files Browse the repository at this point in the history
  • Loading branch information
mrehan27 committed Jan 10, 2025
1 parent 4b49be7 commit a5fbc20
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/reusable_build_sample_apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,10 @@ jobs:
lane: ${{ inputs.use_latest_sdk_version == true && 'android build_sample_app_for_sdk_release' || 'android build' }}
subdirectory: "samples/${{ matrix.sample-app }}"
options: ${{
format(inputs.use_latest_sdk_version == true
? '{{"sdk_version":"{0}","distribution_groups":"{1}"}}' : '{{"distribution_groups":"{1}"}}',
steps.latest-sdk-version-step.outputs.LATEST_TAG) || '',
env.firebase_distribution_groups
)
}}
inputs.use_latest_sdk_version == true &&
format('{{"sdk_version":"{0}","distribution_groups":"{1}"}}', steps.latest-sdk-version-step.outputs.LATEST_TAG) || '', env.firebase_distribution_groups) ||
format('{{"distribution_groups":"{0}"}}', env.firebase_distribution_groups)
}}
env:
ANDROID_SIGNING_ALIAS: ${{ secrets.ANDROID_SIGNING_ALIAS }}
ANDROID_SIGNING_KEY_PASSWORD: ${{ secrets.ANDROID_SIGNING_KEY_PASSWORD }}
Expand Down

0 comments on commit a5fbc20

Please sign in to comment.