Skip to content

Commit

Permalink
fix travis ci build path
Browse files Browse the repository at this point in the history
  • Loading branch information
Manawyrm committed Jul 13, 2019
1 parent e3e7747 commit 43f8d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ script:
deploy:
provider: releases
api_key: $GITHUB_TOKEN
file: ".pioenvs/nodemcu-32s/firmware.bin"
file: ".pio/build/nodemcu-32s/firmware.bin"
skip_cleanup: true
overwrite: true
draft: true
Expand Down

0 comments on commit 43f8d01

Please sign in to comment.