mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-android.git
synced 2026-04-21 23:48:00 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user