Skip to content

Commit

Permalink
Fix CI release path
Browse files Browse the repository at this point in the history
  • Loading branch information
dashdashzako committed Oct 11, 2019
1 parent b053313 commit c65505f
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 @@ -19,7 +19,7 @@ before_deploy:
- mkdir ~/release
- pwd
- ls -lsa .
- node scripts/extract-scripts.js ~/aiana-player/release
- node scripts/extract-scripts.js ~/release
- zip -r release.zip ~/release
deploy:
provider: releases
Expand Down

0 comments on commit c65505f

Please sign in to comment.