We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c38d09 commit 09b5f2bCopy full SHA for 09b5f2b
.github/workflows/build_test.yaml
@@ -45,11 +45,11 @@ jobs:
45
- name: build-android
46
run: |
47
python3 scripts/build.py --dart --src src --build-dir build \
48
- --android-ndk build/android-ndk android --arch x86_64
+ android --arch x86_64 --android-ndk build/android-ndk
49
50
- --android-ndk build/android-ndk android --arch arm64-v8a
+ android --arch arm64-v8a --android-ndk build/android-ndk
51
52
- --android-ndk build/android-ndk android --arch armeabi-v7a
+ android --arch armeabi-v7a --android-ndk build/android-ndk
53
54
- uses: actions/upload-artifact@v4
55
name: upload-android-x86_64
0 commit comments