diff --git a/.gitea/workflows/build-android.yml b/.gitea/workflows/build-android.yml index 27486a5..0945492 100644 --- a/.gitea/workflows/build-android.yml +++ b/.gitea/workflows/build-android.yml @@ -26,6 +26,7 @@ jobs: with: eas-version: latest token: ${{ secrets.EXPO_TOKEN }} + packager: npm - name: Build Android APK run: eas build --platform android --profile preview --non-interactive --output ./build/codexbar.apk