Compare commits

..

No commits in common. "e45e2e935f1db12ae1badec15c82597bd64b87f0" and "3b1125d5d5f79139df7ea7afd6fb75b417d199a4" have entirely different histories.

View File

@ -455,7 +455,7 @@ jobs:
. "$HOME/.cargo/env"
npm ci --legacy-peer-deps
rustup target add aarch64-unknown-linux-gnu
CI=true npx tauri build --target aarch64-unknown-linux-gnu --bundles deb,rpm
CI=true npx tauri build --target aarch64-unknown-linux-gnu
- name: Upload artifacts
env:
RELEASE_TOKEN: ${{ secrets.RELEASE_TOKEN }}