Skip to content

Commit 621e993

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cross.yml

Lines changed: 1 addition & 1 deletion
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 .
2121
cp scheduler/config.toml .
2222
cp scheduler/scheduler.service .
2323
- name: Upload artifact

0 commit comments

Comments
 (0)