Skip to content

Commit d9c8442

Browse files
authored
Update release.yml
1 parent 13b22d7 commit d9c8442

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ jobs:
6565
run: |
6666
rustup target add x86_64-apple-darwin
6767
bun install --frozen-lockfile
68-
# bunx tauri build -- --target x86_64-apple-darwin
69-
bunx tauri build -- --target aarch64-apple-darwin
68+
bunx tauri build --target x86_64-apple-darwin
69+
bunx tauri build --target aarch64-apple-darwin
7070
env:
7171
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}
7272
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY_PASSWORD }}

0 commit comments

Comments
 (0)