Skip to content

Commit 0520c13

Browse files
Copilotfeoh
andauthored
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>
1 parent 75cb008 commit 0520c13

1 file changed

Lines changed: 1 addition & 32 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -100,38 +100,8 @@ jobs:
100100
name: windows
101101
path: linkdqueue-windows.zip
102102

103-
build-android:
104-
runs-on: ubuntu-latest
105-
steps:
106-
- uses: actions/checkout@v4
107-
108-
- uses: actions/setup-java@v4
109-
with:
110-
distribution: temurin
111-
java-version: '17'
112-
113-
- uses: subosito/flutter-action@v2
114-
with:
115-
flutter-version: '3.41.6'
116-
channel: stable
117-
cache: true
118-
119-
- name: Install dependencies
120-
run: flutter pub get
121-
122-
- name: Build Android APK
123-
run: flutter build apk --release
124-
125-
- name: Rename APK
126-
run: mv build/app/outputs/flutter-apk/app-release.apk linkdqueue-android.apk
127-
128-
- uses: actions/upload-artifact@v4
129-
with:
130-
name: android
131-
path: linkdqueue-android.apk
132-
133103
release:
134-
needs: [build-macos, build-linux, build-windows, build-android]
104+
needs: [build-macos, build-linux, build-windows]
135105
runs-on: ubuntu-latest
136106
steps:
137107
- uses: actions/download-artifact@v4
@@ -145,5 +115,4 @@ jobs:
145115
artifacts/macos/linkdqueue-macos.zip
146116
artifacts/linux/linkdqueue-linux.tar.gz
147117
artifacts/windows/linkdqueue-windows.zip
148-
artifacts/android/linkdqueue-android.apk
149118
generate_release_notes: true

0 commit comments

Comments
 (0)