Skip to content
This repository was archived by the owner on Jan 5, 2021. It is now read-only.

Commit 11d5969

Browse files
author
Luis Correa
committed
Release ARM one apk
1 parent 36cec73 commit 11d5969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
channel: 'stable'
1818
- run: flutter pub get
19-
- run: flutter build apk --split-per-abi
19+
- run: flutter build apk --target-platform android-arm,android-arm64
2020
- name: Create a Release APK
2121
uses: ncipollo/release-action@v1
2222
with:

0 commit comments

Comments
 (0)