File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5151 run : flutter pub get
5252
5353 - name : Build AAB
54- run : flutter build appbundle --release --split-debug-info=build/app/outputs/symbols/release
54+ run : flutter build appbundle --release
5555
5656 - name : Upload AAB to Play Store
5757 id : upload_google_play
6262 inAppUpdatePriority : ${{ secrets.UPDATE_PRIORITY }} # Between 0-5 => Higher the number, higher the priority.
6363 releaseFiles : build/app/outputs/bundle/release/app-release.aab
6464 mappingFile : build/app/outputs/mapping/release/mapping.txt
65- debugSymbols : build/ app/outputs/symbols/ release
65+ debugSymbols : build\ app\intermediates\merged_native_libs\ release\mergeReleaseNativeLibs\out\lib
6666 track : internal
6767 status : draft
6868 # changesNotSentForReview: ${{ secrets.DONT_SEND_CHANGES_FOR_REVIEW }} # true or false
You can’t perform that action at this time.
0 commit comments