We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 654a644 commit 063907eCopy full SHA for 063907e
.github/workflows/build_and_deploy.yml
@@ -62,7 +62,7 @@ jobs:
62
inAppUpdatePriority: ${{ secrets.UPDATE_PRIORITY }} # Between 0-5 => Higher the number, higher the priority.
63
releaseFiles: build/app/outputs/bundle/release/app-release.aab
64
mappingFile: build/app/outputs/mapping/release/mapping.txt
65
- debugSymbols: build/app/outputs/symbols/release
+ debugSymbols: build/app/outputs/symbols/release
66
track: internal
67
status: draft
68
# changesNotSentForReview: ${{ secrets.DONT_SEND_CHANGES_FOR_REVIEW }} # true or false
0 commit comments