From abc624b57a94d25dacc9ee15ba6278e8c7f6da1a Mon Sep 17 00:00:00 2001 From: Kurdistan Tech Ministry Date: Tue, 24 Feb 2026 20:45:26 +0300 Subject: [PATCH] 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. --- .github/workflows/distribute_app_to_play_store.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/distribute_app_to_play_store.yml b/.github/workflows/distribute_app_to_play_store.yml index a66f1fb..1fb014e 100644 --- a/.github/workflows/distribute_app_to_play_store.yml +++ b/.github/workflows/distribute_app_to_play_store.yml @@ -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