Skip to content

Commit 80b8bbd

Browse files
authored
fix: update build task reference in Taskfile.yml (#7)
1 parent f7384c6 commit 80b8bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ tasks:
8484
interactive: true
8585
cmds:
8686
- rm ./build/*.deb || true
87-
- task: build-deb:arduino-router
87+
- task: build-deb
8888
- adb shell rm /tmp/*.deb || true
8989
- adb push ./build/arduino-router_*_arm64.deb /tmp/
9090
- ./scripts/run-remote-sudo.sh "dpkg -i /tmp/arduino-router_*_arm64.deb && needrestart -r a"

0 commit comments

Comments
 (0)