Skip to content

Commit 063907e

Browse files
committed
Typo
1 parent 654a644 commit 063907e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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/outputs/symbols/release
6666
track: internal
6767
status: draft
6868
# changesNotSentForReview: ${{ secrets.DONT_SEND_CHANGES_FOR_REVIEW }} # true or false

0 commit comments

Comments
 (0)