ci: remove --output flag, EAS remote builds store artifacts on expo.dev
Build Android APK / build (push) Failing after 17s

This commit is contained in:
2026-06-24 16:38:55 +02:00
parent db1611718b
commit 1c9f114062
+1 -8
View File
@@ -29,11 +29,4 @@ jobs:
packager: npm packager: npm
- name: Build Android APK - name: Build Android APK
run: eas build --platform android --profile preview --non-interactive --output ./build/codexbar.apk run: eas build --platform android --profile preview --non-interactive
- name: Upload APK artifact
uses: actions/upload-artifact@v4
with:
name: codexbar-android-${{ gitea.sha }}
path: ./build/codexbar.apk
retention-days: 30