From 8589257e28634bd8b17ff7066258a59911d3a76c Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Mon, 10 Jun 2024 13:42:03 +0200 Subject: [PATCH] Debugging by removing the image copy step --- .github/workflows/build-and-release.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 469eca21..2fe71ccb 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -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