sourcemap path
This commit is contained in:
parent
d852fb6de2
commit
899e41df88
|
@ -406,8 +406,8 @@ jobs:
|
||||||
--api-key=$BUGSNAG_KEY_OFFICIAL \
|
--api-key=$BUGSNAG_KEY_OFFICIAL \
|
||||||
--app-version-code=$CIRCLE_BUILD_NUM \
|
--app-version-code=$CIRCLE_BUILD_NUM \
|
||||||
--platform android \
|
--platform android \
|
||||||
--source-map=android/app/build/generated/sourcemaps/react/officialPlayRelease/index.android.bundle.map \
|
--source-map=android/app/build/generated/sourcemaps/react/PlayRelease/index.android.bundle.map \
|
||||||
--bundle android/app/build/ASSETS/createBundleOfficialPlayReleaseJsAndAssets/index.android.bundle
|
--bundle android/app/build/ASSETS/createBundlePlayReleaseJsAndAssets/index.android.bundle
|
||||||
fi
|
fi
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: android/app/build/outputs
|
path: android/app/build/outputs
|
||||||
|
|
Loading…
Reference in New Issue