fix(ci): 只编译 arm64 APK 并修复 codegen 构建问题
This commit is contained in:
@@ -121,11 +121,11 @@ jobs:
|
||||
- name: Generate Android native project
|
||||
run: npx expo prebuild --platform android --non-interactive
|
||||
|
||||
- name: Build Android release APK
|
||||
- name: Build Android release APK (arm64 only)
|
||||
run: |
|
||||
cd android
|
||||
chmod +x gradlew
|
||||
./gradlew clean :app:assembleRelease --no-daemon
|
||||
./gradlew :app:assembleRelease -PreactNativeArchitectures=arm64-v8a --no-daemon
|
||||
|
||||
- name: Upload APK artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
|
||||
Reference in New Issue
Block a user