Skip to content

Commit 237e55d

Browse files
committed
d
1 parent 3f59b9c commit 237e55d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build_apk.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@ jobs:
2020

2121
- uses: subosito/flutter-action@v2
2222
with:
23-
flutter-version: '3.13.0'
23+
flutter-version: '3.35.3' # Updated to the suggested version
2424
channel: 'stable'
2525

2626
- name: Get dependencies
2727
run: flutter pub get
2828

29-
- name: Build APKs (Split per ABI)
30-
run: flutter build apk --release --split-per-abi
29+
- name: Build APK for ARM64
30+
run: flutter build apk --release --target-platform=android-arm64
3131

32-
- name: Upload ARM64 APK
32+
- name: Upload APK
3333
uses: actions/upload-artifact@v4
3434
with:
3535
name: release-apk-arm64
36-
path: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
36+
path: build/app/outputs/flutter-apk/app-release.apk

0 commit comments

Comments
 (0)