mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 15:59:48 +00:00
Re-added qemu image update step
This commit is contained in:
parent
4bc2e028e0
commit
0aad6686e2
4
.github/workflows/build-and-release.yml
vendored
4
.github/workflows/build-and-release.yml
vendored
@ -311,6 +311,10 @@ jobs:
|
|||||||
echo "Searching for mind-work-ai-studio_*.deb"
|
echo "Searching for mind-work-ai-studio_*.deb"
|
||||||
find . -name 'mind-work-ai-studio_*.deb' -print 2>/dev/null
|
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)
|
- name: Upload artifact (Linux - Debian Package)
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user