Skip to content

Commit 09b5f2b

Browse files
committed
fix workflow
1 parent 9c38d09 commit 09b5f2b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ jobs:
4545
- name: build-android
4646
run: |
4747
python3 scripts/build.py --dart --src src --build-dir build \
48-
--android-ndk build/android-ndk android --arch x86_64
48+
android --arch x86_64 --android-ndk build/android-ndk
4949
python3 scripts/build.py --dart --src src --build-dir build \
50-
--android-ndk build/android-ndk android --arch arm64-v8a
50+
android --arch arm64-v8a --android-ndk build/android-ndk
5151
python3 scripts/build.py --dart --src src --build-dir build \
52-
--android-ndk build/android-ndk android --arch armeabi-v7a
52+
android --arch armeabi-v7a --android-ndk build/android-ndk
5353
5454
- uses: actions/upload-artifact@v4
5555
name: upload-android-x86_64

0 commit comments

Comments
 (0)