Fixing macos CI build
This commit is contained in:
parent
ec160f593c
commit
00e7a90624
1 changed files with 2 additions and 1 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
|
@ -55,7 +55,8 @@ jobs:
|
|||
|
||||
- name: cargo tauri build
|
||||
working-directory: desktop
|
||||
run: rustup target add aarch64-apple-darwin &&
|
||||
run:
|
||||
rustup target add aarch64-apple-darwin && rustup target add x86_64-apple-darwin &&
|
||||
cargo tauri build --target universal-apple-darwin --ci
|
||||
- uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue