File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1- public /
1+ # Binaries for programs and plugins
2+ * .exe
3+ * .exe~
4+
5+ build /
Original file line number Diff line number Diff line change 99 deps :
1010 - arduino-flasher-cli:artifacts
1111 desc : " Build the arduino-flasher-cli locally"
12- dir : arduino-flasher-cli
1312 vars :
1413 VERSION : " {{.VERSION }}"
1514 cmds :
16- - cmd : go build -ldflags "-X main.Version={{.VERSION}}" -v -o .. /build/arduino-flasher-cli .
15+ - cmd : go build -ldflags "-X main.Version={{.VERSION}}" -v -o ./build/arduino-flasher-cli .
1716 platforms : [linux, darwin]
18- - cmd : go build -ldflags "-X main.Version={{.VERSION}}" -v -o .. /build/arduino-flasher-cli.exe .
17+ - cmd : go build -ldflags "-X main.Version={{.VERSION}}" -v -o ./build/arduino-flasher-cli.exe .
1918 platforms : [windows]
2019
2120 arduino-flasher-cli:artifacts :
2221 desc : Prepare the arduino-flasher-cli artifacts
2322 internal : true
24- cmd : sh ./arduino-flasher-cli/ updater/artifacts/download_resources.sh
23+ cmd : sh ./updater/artifacts/download_resources.sh
You can’t perform that action at this time.
0 commit comments