mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-android.git
synced 2026-04-22 03:18:02 +00:00
ci: upload native debug symbols to Play Store
Add native debug symbols artifact to build workflow and download/attach them in the distribute workflow to resolve Play Console warning.
This commit is contained in:
@@ -229,3 +229,11 @@ jobs:
|
||||
name: ${{ inputs.upload-name }}-mapping
|
||||
path: app/build/outputs/mapping/
|
||||
if-no-files-found: ignore
|
||||
|
||||
- name: ➡️ Upload native debug symbols
|
||||
if: ${{ !startsWith(inputs.gradlew-command, 'false') }}
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ${{ inputs.upload-name }}-native-debug-symbols
|
||||
path: app/build/outputs/native-debug-symbols/
|
||||
if-no-files-found: ignore
|
||||
|
||||
Reference in New Issue
Block a user