Skip to content

Commit 66b7f72

Browse files
authored
Merge pull request #156 from akaMrNagar/akaMrNagar-patch-1
Update build_and_deploy.yml
2 parents eeec219 + b713d59 commit 66b7f72

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
@@ -61,10 +61,10 @@ jobs:
6161
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
6262
inAppUpdatePriority: ${{ secrets.UPDATE_PRIORITY }} # Between 0-5 => Higher the number, higher the priority.
6363
releaseFiles: build/app/outputs/bundle/release/app-release.aab
64-
mappingFile: build/app/outputs/mapping/release/mapping.txt
65-
debugSymbols: build\app\intermediates\merged_native_libs\release\mergeReleaseNativeLibs\out\lib
6664
track: internal
6765
status: draft
66+
# mappingFile: build/app/outputs/mapping/release/mapping.txt
67+
# debugSymbols: build\app\intermediates\merged_native_libs\release\mergeReleaseNativeLibs\out\lib
6868
# changesNotSentForReview: ${{ secrets.DONT_SEND_CHANGES_FOR_REVIEW }} # true or false
6969

7070
- name: Cleanup

0 commit comments

Comments
 (0)