Fixed the path for previous artifacts

This commit is contained in:
Thorsten Sommer 2025-03-16 21:28:45 +01:00
parent aa0c2e7870
commit 463f5c0191
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -572,7 +572,7 @@ jobs:
shell: /bin/bash shell: /bin/bash
commands: | commands: |
# Delete all previous artifacts, which may exist due to caching: # 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 HOME=/root
export CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse export CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse