mirror of
https://gh-proxy.org/https://github.com/tiajinsha/JKVideo
synced 2026-07-07 23:18:38 +08:00
fix:expo-updates 包会在 expo prebuild 阶段向 Android 项目注入与 EAS Update 相关的 Gradle 任务,导致 assembleRelease 时卡住(挂起不退出)
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -58,6 +58,8 @@ jobs:
|
||||
run: chmod +x android/gradlew
|
||||
|
||||
- name: Build Release APK
|
||||
env:
|
||||
SENTRY_DISABLE_AUTO_UPLOAD: 'true'
|
||||
run: |
|
||||
cd android
|
||||
./gradlew assembleRelease --no-daemon
|
||||
|
||||
Reference in New Issue
Block a user