Compare commits

...

4 Commits

Author SHA1 Message Date
a78a51e843 chore: 更新构建 Android APK 步骤,添加自动选项以简化流程
Some checks failed
/ update (push) Failing after 3h12m44s
2025-08-14 22:16:04 +08:00
e7ecb527ba chore: 添加构建 Android APK 步骤
Some checks failed
/ update (push) Has been cancelled
2025-08-14 22:15:45 +08:00
c7c467d1bb chore: 添加 expo-updates 安装步骤,并调整更新创建步骤的顺序
All checks were successful
/ update (push) Successful in 25m43s
2025-08-14 21:06:50 +08:00
7b789daceb chore: 更新 EAS 更新命令,添加自动选项以简化构建流程
Some checks failed
/ update (push) Failing after 8m9s
2025-08-14 20:50:14 +08:00

View File

@@ -29,5 +29,11 @@ jobs:
- name: 📦 Install dependencies
run: pnpm install
- name: 🚀 Create update
run: eas update --platform android --non-interactive
- name: <EFBFBD> Install expo-updates
run: pnpm add -w expo-updates
- name: <EFBFBD>🚀 Create update
run: eas update --platform android --auto --non-interactive
- name: 🏗 Build Android APK
run: eas build --platform android --auto --non-interactive