@@ -8,19 +8,19 @@ inputs:
88 description : ' Google services JSON'
99 required : true
1010 BUGSNAG_KEY_OFFICIAL :
11- description : ' Bugsnag API key for official build '
11+ description : ' Bugsnag API key'
1212 required : true
1313 KEYSTORE_OFFICIAL_BASE64 :
14- description : ' Base64 encoded keystore for official build '
14+ description : ' Base64 encoded keystore'
1515 required : true
1616 KEYSTORE_OFFICIAL :
17- description : ' Keystore file name for official build '
17+ description : ' Keystore file name'
1818 required : true
1919 KEYSTORE_OFFICIAL_PASSWORD :
20- description : ' Keystore password for official build '
20+ description : ' Keystore password'
2121 required : true
2222 KEYSTORE_OFFICIAL_ALIAS :
23- description : ' Keystore alias for official build '
23+ description : ' Keystore alias'
2424 required : true
2525
2626runs :
@@ -81,17 +81,17 @@ runs:
8181
8282 - name : Build Android Release AAB
8383 working-directory : android
84- run : ./gradlew bundleOfficialRelease
84+ run : ./gradlew bundleRelease
8585 shell : bash
8686
8787 - name : Upload sourcemaps/NDK symbols to Bugsnag
8888 run : |
89- pnpm bugsnag:upload-android --variant officialRelease --app-manifest android/app/build/intermediates/merged_manifests/officialRelease/processOfficialReleaseManifest /AndroidManifest.xml
90- pnpm exec bugsnag-cli upload android-aab android/app/build/outputs/bundle/officialRelease /app-official -release.aab
89+ pnpm bugsnag:upload-android --variant release --app-manifest android/app/build/intermediates/merged_manifests/release/processReleaseManifest /AndroidManifest.xml
90+ pnpm exec bugsnag-cli upload android-aab android/app/build/outputs/bundle/release /app-release.aab
9191 shell : bash
9292
93- - name : Upload Official AAB
93+ - name : Upload AAB
9494 uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
9595 with :
96- name : android-aab-official
97- path : android/app/build/outputs/bundle/officialRelease /app-official -release.aab
96+ name : android-aab
97+ path : android/app/build/outputs/bundle/release /app-release.aab
0 commit comments