From 8b53641f76ad71a2e2789ea62c5b743d5d2e24c3 Mon Sep 17 00:00:00 2001 From: Patrick Honkonen <1883101+SaintPatrck@users.noreply.github.com> Date: Thu, 9 May 2024 14:29:53 -0400 Subject: [PATCH] PM-6947: Correct Firebase credential file path (#1349) --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fabcaed247..695cd28002 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -425,7 +425,7 @@ jobs: APP_PLAY_FIREBASE_CREDS_PATH: ${{ github.workspace }}/secrets/app_play_prod_firebase-creds.json run: | bundle exec fastlane distributeBetaPlayStoreToFirebase \ - service_credentials_file:${{ env.APP_PLAY_FIREBASE_CREDS }} + service_credentials_file:${{ env.APP_PLAY_FIREBASE_CREDS_PATH }} shell: bash # Verify play store creds are valid for publication @@ -489,9 +489,9 @@ jobs: --name app_beta_fdroid-keystore.jks --file ${{ github.workspace }}/keystores/app_beta_fdroid-keystore.jks --output none shell: bash - # Download Firebase credentials for publishing to App Distribution on 'prod' variants. + # Download Firebase credentials for publishing to App Distribution. - name: Download Firebase Credentials - if: ${{ matrix.variant == 'prod' && inputs.distribute-to-firebase }} + if: ${{ inputs.distribute-to-firebase }} env: ACCOUNT_NAME: bitwardenci CONTAINER_NAME: mobile