mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 08:19:47 +00:00
Pipeline: fixed the path for previous artifacts (#362)
This commit is contained in:
parent
aa0c2e7870
commit
1ac125b7f5
2
.github/workflows/build-and-release.yml
vendored
2
.github/workflows/build-and-release.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user