Skip to content

Commit ccd0aa7

Browse files
committed
ci: fix ci config error
1 parent dafa173 commit ccd0aa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
- name: Build APK
132132
if: steps.verify-android-changed-files.outputs.any_changed == 'true'
133133
run: |
134-
npm run prepack
134+
npm run prepare
135135
cd example/android
136136
./gradlew assembleRelease
137137
mv app/build/outputs/apk/release/app-release.apk app-release-${{ github.sha }}.apk

0 commit comments

Comments
 (0)