Skip to content

Commit 1ac125b

Browse files
Pipeline: fixed the path for previous artifacts (#362)
1 parent aa0c2e7 commit 1ac125b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ jobs:
572572
shell: /bin/bash
573573
commands: |
574574
# Delete all previous artifacts, which may exist due to caching:
575-
rm -f result/target/aarch64-unknown-linux-gnu/release/bundle/deb/mind-work-ai-studio_*.deb
575+
rm -f runtime/target/aarch64-unknown-linux-gnu/release/bundle/deb/mind-work-ai-studio_*.deb
576576
577577
export HOME=/root
578578
export CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse

0 commit comments

Comments
 (0)