diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index f88daedc..ff3f24cc 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -292,6 +292,7 @@ jobs: commands: | # Build the runtime: cd runtime + . "$HOME/.cargo/env" cargo tauri build --target aarch64-unknown-linux-gnu --bundles deb - name: Upload artifact (Linux - Debian Package)