mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-08-21 12:12:57 +00:00
Fixed the path for previous artifacts
This commit is contained in:
parent
aa0c2e7870
commit
463f5c0191
2
.github/workflows/build-and-release.yml
vendored
2
.github/workflows/build-and-release.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user