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 @@ -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
You can’t perform that action at this time.
0 commit comments