Skip to content

Commit 2365581

Browse files
author
Florian Guggi
committed
fix(CI): Fix path for cross-compilation
1 parent 0129503 commit 2365581

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cross.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
cross build --examples --bins --release --target aarch64-unknown-linux-gnu
1818
mv target/aarch64-unknown-linux-gnu/release/STS1_EDU_Scheduler .
1919
mv target/aarch64-unknown-linux-gnu/release/examples/cli .
20-
mv target/aarch64-unknown-linux-gnu/release/simple-archive
20+
mv target/aarch64-unknown-linux-gnu/release/simple-archive ./sa
2121
cp scheduler/config.toml .
2222
cp scheduler/scheduler.service .
2323
- name: Upload artifact
@@ -29,4 +29,4 @@ jobs:
2929
config.toml
3030
scheduler.service
3131
cli
32-
simple-archive
32+
sa

0 commit comments

Comments
 (0)