Skip to content

Commit eeec219

Browse files
authored
Merge pull request #155 from akaMrNagar/akaMrNagar-patch-1
Update build_and_deploy.yml
2 parents 9b95628 + 902555f commit eeec219

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
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
@@ -62,7 +62,7 @@ jobs:
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

0 commit comments

Comments
 (0)