File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
.github/actions/build_android Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4242 ANDROID_KEY_JKS : ${{ inputs.android-key-jks }}
4343 - name : Build AppBundle
4444 shell : bash
45- run : flutter build appbundle --split-debug-info=./symbols -- build-number="$BUILD_NUMBER" --build-name="$VERSION" --dart-define=SENTRY_DSN="$SENTRY_DSN"
45+ run : flutter build appbundle --build-number="$BUILD_NUMBER" --build-name="$VERSION" --dart-define=SENTRY_DSN="$SENTRY_DSN"
4646 env :
4747 VERSION : ${{ inputs.version }}
4848 BUILD_NUMBER : ${{ inputs.build-number }}
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ platform :ios do
2222 api_key_path :"APPLE_SECRETS.json" ,
2323 )
2424 Dir . chdir ( "../.." ) do
25- sh "flutter build ipa --dart-define=SENTRY_DSN=$SENTRY_DSN --split-debug-info=./symbols --build-number=$BUILD_NUMBER --build-name=$VERSION --export-options-plist ./ios/Runner/export.plist"
25+ sh "flutter build ipa --dart-define=SENTRY_DSN=$SENTRY_DSN --build-number=$BUILD_NUMBER --build-name=$VERSION --export-options-plist ./ios/Runner/export.plist"
2626 end
2727 build_app (
2828 skip_build_archive : true ,
You can’t perform that action at this time.
0 commit comments