fix: remove debugSymbols from Play Store upload

Build doesn't generate native debug symbols artifact, causing the
Market publication step to fail with ENOENT. Remove the parameter
to unblock the upload. Debug symbols can be added back when NDK
symbols are actually generated.
This commit is contained in:
2026-02-24 20:45:26 +03:00
parent d8810676a6
commit abc624b57a
@@ -62,4 +62,3 @@ jobs:
inAppUpdatePriority: 2
whatsNewDirectory: distribution/whatsnew
mappingFile: app/mapping/releaseMarket/mapping.txt
debugSymbols: app/native-debug-symbols/releaseMarket/native-debug-symbols.zip