Skip to content

Commit

Permalink
fix: package names
Browse files Browse the repository at this point in the history
  • Loading branch information
Nagarjuna0033 committed Feb 7, 2025
1 parent 41ec084 commit b6dd45e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/upload-demo-app-on-firebase.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Upload Demo App on Firebase
name: Upload Demo App on Firebase KMP

on:
workflow_dispatch:
Expand All @@ -13,7 +13,6 @@ on:
types: [ labeled ]
branches:
- 'kmp-impl'
- 'master'

concurrency:
group: firebase-${{ github.ref }}
Expand All @@ -33,7 +32,7 @@ jobs:
uses: openMF/[email protected]
with:
release_type: 'demo'
android_package_name: 'androidApp'
android_package_name: 'cmp-android'
keystore_file: ${{ secrets.ORIGINAL_KEYSTORE_FILE }}
keystore_password: ${{ secrets.ORIGINAL_KEYSTORE_FILE_PASSWORD }}
keystore_alias: ${{ secrets.ORIGINAL_KEYSTORE_ALIAS }}
Expand Down
6 changes: 3 additions & 3 deletions fastlane-config/android_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ module AndroidConfig
}

BUILD_PATHS = {
prod_apk_path: "cmp-android/build/outputs/apk/prod/release/androidApp-prod-release.apk",
demo_apk_path: "cmp-android/build/outputs/apk/demo/release/androidApp-demo-release.apk",
prod_aab_path: "cmp-android/build/outputs/bundle/prodRelease/androidApp-prod-release.aab"
prod_apk_path: "cmp-android/build/outputs/apk/prod/release/cmp-android-prod-release.apk",
demo_apk_path: "cmp-android/build/outputs/apk/demo/release/cmp-android-demo-release.apk",
prod_aab_path: "cmp-android/build/outputs/bundle/prodRelease/cmp-android-prod-release.aab"
}
end
end

0 comments on commit b6dd45e

Please sign in to comment.