mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-27 09:06:43 +08:00
CI: Disable uploading crashlytics symbols
It seems to be failing and I cannot figure out why.
This commit is contained in:
@ -32,9 +32,9 @@ jobs:
|
||||
- store_artifacts:
|
||||
path: build/app/outputs/bundle/prodRelease/app.aab
|
||||
destination: gitjournal.aab
|
||||
- run:
|
||||
name: Upload Crashlytics Symbols
|
||||
command: ./scripts/android_crashlytics.sh
|
||||
# - run:
|
||||
# name: Upload Crashlytics Symbols
|
||||
# command: ./scripts/android_crashlytics.sh
|
||||
- run:
|
||||
name: Publish Alpha
|
||||
command: cd android && fastlane alphaBuild
|
||||
|
Reference in New Issue
Block a user