From 0520c13c96a72b7024660ac8e017d2b4f85e5db4 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 3 Apr 2026 14:48:05 +0000 Subject: [PATCH] disable Android build target in GitHub Actions Agent-Logs-Url: https://github.com/feoh/linkdqueue/sessions/bb3fbd8c-d54b-4856-827d-d6d384e62f72 Co-authored-by: feoh <330070+feoh@users.noreply.github.com> --- .github/workflows/release.yml | 33 +-------------------------------- 1 file changed, 1 insertion(+), 32 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index da95fd8..ab54a2e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -100,38 +100,8 @@ jobs: name: windows path: linkdqueue-windows.zip - build-android: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - - uses: actions/setup-java@v4 - with: - distribution: temurin - java-version: '17' - - - uses: subosito/flutter-action@v2 - with: - flutter-version: '3.41.6' - channel: stable - cache: true - - - name: Install dependencies - run: flutter pub get - - - name: Build Android APK - run: flutter build apk --release - - - name: Rename APK - run: mv build/app/outputs/flutter-apk/app-release.apk linkdqueue-android.apk - - - uses: actions/upload-artifact@v4 - with: - name: android - path: linkdqueue-android.apk - release: - needs: [build-macos, build-linux, build-windows, build-android] + needs: [build-macos, build-linux, build-windows] runs-on: ubuntu-latest steps: - uses: actions/download-artifact@v4 @@ -145,5 +115,4 @@ jobs: artifacts/macos/linkdqueue-macos.zip artifacts/linux/linkdqueue-linux.tar.gz artifacts/windows/linkdqueue-windows.zip - artifacts/android/linkdqueue-android.apk generate_release_notes: true