Debugging by removing the image copy step

This commit is contained in:
Thorsten Sommer 2024-06-10 13:42:03 +02:00
parent 3d06dd67b5
commit 8589257e28
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -299,10 +299,6 @@ jobs:
source "$HOME/.cargo/env"
cd runtime
cargo tauri build --target aarch64-unknown-linux-gnu --bundles deb
- name: Update the runner image to cache the Rust runtime build
run: |
mv ${{ steps.build-linux-arm.outputs.image }} $RUNNER_TEMP/linux_arm_qemu_cache.img
- name: Upload artifact (Linux - Debian Package)
uses: actions/upload-artifact@v4