Skip to content

Commit 5636857

Browse files
committed
fix: remove extra args
1 parent e8a9bc0 commit 5636857

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ jobs:
8585
if: matrix.platform == 'ubuntu-22.04'
8686
run: |
8787
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
88+
npm run tauri android build -- --target armv7
89+
npm run tauri android build -- --target aarch64
9090
9191
- name: Push to release
9292
if: matrix.platform == 'ubuntu-22.04'

0 commit comments

Comments
 (0)