Pipeline: fixed the path for previous artifacts (#362)

This commit is contained in:
Thorsten Sommer 2025-03-16 21:29:48 +01:00 committed by GitHub
parent aa0c2e7870
commit 1ac125b7f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -572,7 +572,7 @@ jobs:
shell: /bin/bash
commands: |
# Delete all previous artifacts, which may exist due to caching:
rm -f result/target/aarch64-unknown-linux-gnu/release/bundle/deb/mind-work-ai-studio_*.deb
rm -f runtime/target/aarch64-unknown-linux-gnu/release/bundle/deb/mind-work-ai-studio_*.deb
export HOME=/root
export CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse