Update release.yml

This commit is contained in:
yrippert-maker 2026-01-29 16:13:30 +03:00 committed by GitHub
parent 1e794a019c
commit 7e31b93afa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,7 +25,10 @@ jobs:
cache-dependency-path: desktop/ui/package-lock.json
- name: Install Rust
uses: dtolnay/rust-action@stable
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
targets: aarch64-apple-darwin,x86_64-apple-darwin
- name: Install UI deps
run: cd desktop/ui && npm ci