You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Taskfile.yml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -155,7 +155,8 @@ tasks:
155
155
cmds:
156
156
- task: go:build
157
157
- go install github.com/sanbornm/go-selfupdate/...@latest
158
-
# agent will search the new bin into "CreateAgent/Stable/{platform}.json" and "https://downloads.arduino.cc/CreateAgent/Stable/{version}/{platform}.gz"
158
+
# NOTE: the path 'CreateAgent/Stable' is important to keep as is
159
+
# because agent searches the update files into "CreateAgent/Stable/{platform}.json" and "https://downloads.arduino.cc/CreateAgent/Stable/{version}/{platform}.gz"
0 commit comments