Skip to content

Commit

Permalink
Build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
guness committed Jan 30, 2022
1 parent f46aa21 commit d9cf197
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ workflows:
run_if: "true"
inputs:
- app: $FIREBASE_APP_ID_ANDROID
- app_path: $BITRISE_APK_PATH|$BITRISE_AAB_PATH
- app_path: $BITRISE_IPA_PATH|$BITRISE_APK_PATH|$BITRISE_AAB_PATH
- service_credentials_file: $BITRISEIO_service_credentials_file_URL
- is_debug: "true"
- release_notes: "Some Test ' #2 here"
Expand All @@ -86,7 +86,7 @@ workflows:
run_if: "true"
inputs:
- app: $FIREBASE_APP_ID_IOS
- app_path: $BITRISE_IPA_PATH
- app_path: $BITRISE_IPA_PATH|$BITRISE_APK_PATH|$BITRISE_AAB_PATH
- firebase_token: $FIREBASE_CI_TOKEN
- is_debug: "true"
- release_notes: 'Some Test #1 "Over" here'
Expand Down

0 comments on commit d9cf197

Please sign in to comment.