We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c429f9 commit 85a831bCopy full SHA for 85a831b
1 file changed
.github/workflows/dart.yml
@@ -46,7 +46,7 @@ jobs:
46
47
# Optional: Build the APK or Web App (add this if you want to verify a full build)
48
- name: Build APK (Android)
49
- run: flutter build apk --release
+ run: flutter build apk --release --target-platform=android-arm64
50
51
- name: Upload Release Artifact
52
uses: actions/upload-artifact@v4
0 commit comments