There was an error while loading. Please reload this page.
1 parent b36cab9 commit 20805fdCopy full SHA for 20805fd
2 files changed
.github/workflows/android-release.yml
@@ -41,11 +41,6 @@ jobs:
41
NPM_CONFIG_REGISTRY: https://registry.npmjs.org/
42
run: pnpm install --no-frozen-lockfile
43
44
- - name: Prebuild Android
45
- run: |
46
- cd apps/mobile
47
- npx expo prebuild --clean --platform android
48
-
49
- name: Build Android APK
50
run: |
51
cd apps/mobile/android
.github/workflows/feat-test-release.yml
@@ -100,11 +100,6 @@ jobs:
100
101
102
103
104
105
106
- npx expo prebuild --platform android
107
108
109
110
0 commit comments