Skip to content

Commit b075ac6

Browse files
committed
fix arduino deployment after adding particle stuff broke it
1 parent 65ef14f commit b075ac6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ language: shell
33
before_install: sudo ./setup-ubuntu-x64.sh
44
install: ./build.sh
55
before_deploy:
6-
- mv build tentacle-build
7-
- zip -r tentacle-build-arduino.zip tentacle-build/arduino
6+
- mv build/arduino tentacle-build
7+
- zip -r tentacle-build-arduino.zip tentacle-build
88
deploy:
99
- provider: releases
1010
api_key:

0 commit comments

Comments
 (0)