We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b73de7 commit 37452e8Copy full SHA for 37452e8
.github/workflows/rust.yml
@@ -21,11 +21,13 @@ jobs:
21
sudo apt-get install gcc-aarch64-linux-gnu
22
- name: Build standard
23
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 ./
26
- uses: actions/upload-artifact@v3
27
with:
28
name: package
29
path: |
- target/aarch64-unknown-linux-gnu/release/argon_fan_controller
30
+ argon_fan_controller
31
argon_fan_controller.service
32
argon_fan_controller_cfg.yml
33
deploy.sh
0 commit comments