From 1c9f114062bdabc266e12f89d94e3bd3705d59a0 Mon Sep 17 00:00:00 2001 From: space Date: Wed, 24 Jun 2026 16:38:55 +0200 Subject: [PATCH] ci: remove --output flag, EAS remote builds store artifacts on expo.dev --- .gitea/workflows/build-android.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.gitea/workflows/build-android.yml b/.gitea/workflows/build-android.yml index 0945492..377b650 100644 --- a/.gitea/workflows/build-android.yml +++ b/.gitea/workflows/build-android.yml @@ -29,11 +29,4 @@ jobs: packager: npm - name: Build Android APK - run: eas build --platform android --profile preview --non-interactive --output ./build/codexbar.apk - - - name: Upload APK artifact - uses: actions/upload-artifact@v4 - with: - name: codexbar-android-${{ gitea.sha }} - path: ./build/codexbar.apk - retention-days: 30 + run: eas build --platform android --profile preview --non-interactive