Skip to content

Commit 37452e8

Browse files
authored
Update rust.yml
1 parent 3b73de7 commit 37452e8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,13 @@ jobs:
2121
sudo apt-get install gcc-aarch64-linux-gnu
2222
- name: Build standard
2323
run: cargo build --target aarch64-unknown-linux-gnu --release
24+
- name: Copy binary
25+
run: cp target/aarch64-unknown-linux-gnu/release/argon_fan_controller ./
2426
- uses: actions/upload-artifact@v3
2527
with:
2628
name: package
2729
path: |
28-
target/aarch64-unknown-linux-gnu/release/argon_fan_controller
30+
argon_fan_controller
2931
argon_fan_controller.service
3032
argon_fan_controller_cfg.yml
3133
deploy.sh

0 commit comments

Comments
 (0)