We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8a9bc0 commit 5636857Copy full SHA for 5636857
.github/workflows/build.yaml
@@ -85,8 +85,8 @@ jobs:
85
if: matrix.platform == 'ubuntu-22.04'
86
run: |
87
export NDK_HOME=$ANDROID_HOME/ndk/27.0.11902837
88
- npm run tauri android build -- -- --target armv7
89
- npm run tauri android build -- -- --target aarch64
+ npm run tauri android build -- --target armv7
+ npm run tauri android build -- --target aarch64
90
91
- name: Push to release
92
0 commit comments