Skip to content

Commit

Permalink
fix macOS bundling action (#1015)
Browse files Browse the repository at this point in the history
  • Loading branch information
ImUrX committed Apr 29, 2024
1 parent 74ee821 commit 2d55672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ jobs:

- name: Build
run: |
rustup target add aarch64-apple-darwin
rustup target add x86_64-apple-darwin
pnpm i
pnpm run tauri build --target universal-apple-darwin
Expand Down

0 comments on commit 2d55672

Please sign in to comment.