Merge tag 'v6.0.0' into dev
This commit is contained in:
commit
efe05ba16b
1 changed files with 3 additions and 2 deletions
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
|
@ -40,7 +40,7 @@ jobs:
|
|||
target/release-github/rqbit.exe
|
||||
|
||||
cross-compile-on-macos:
|
||||
runs-on: macos-11
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
|
@ -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