Re-added qemu image update step

This commit is contained in:
Thorsten Sommer 2024-06-10 21:46:06 +02:00
parent 4bc2e028e0
commit 0aad6686e2
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -310,6 +310,10 @@ jobs:
echo "Searching for mind-work-ai-studio_*.deb"
find . -name 'mind-work-ai-studio_*.deb' -print 2>/dev/null
- name: Update the runner image to cache the Rust runtime build
run: |
mv ${{ steps.build-linux-arm.outputs.image }} qemu/linux_arm_qemu_cache.img
- name: Upload artifact (Linux - Debian Package)
uses: actions/upload-artifact@v4