fix(native): ship stripped libraries with separate release symbols (#1437)

This commit is contained in:
Sebastian
2026-08-31 22:38:28 +02:00
committed by GitHub
parent 24ace6a6e7
commit 09a0dd695d
21 changed files with 447 additions and 3 deletions
+3
View File
@@ -54,6 +54,9 @@ jobs:
- name: Install dependencies
run: bun install
- name: Setup native symbol tools
uses: ./.github/actions/setup-native-symbol-tools
- name: Build core
run: |
cd packages/core