Skip to content

Commit

Permalink
Add version number to built release asset
Browse files Browse the repository at this point in the history
  • Loading branch information
Hady Osman committed Aug 10, 2014
1 parent 5c67a1f commit 7c2dc26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ deploy:
provider: releases
api-key:
secure: i+DhcN8WKYhwYkviS72nWc8Y7i4GP11BntvnadQvATbyr2TGrtwd7b3hQLG/srVnSxl8L81E6pzOWST/1Nz1cYr6iiTeAhH+l0ZsTfqzYBEmfnGEmSoeRER0ZmUIPsu/2jLHXPsGGDPPI5k53OPlgeZOhmoeqii/PQpDl7R3lKQ=
file: plugin.video.dailytube4u.com.zip
file: "plugin.video.dailytube4u.com-${TRAVIS_BRANCH}.zip"
skip_cleanup: true
on:
all_branches: true
Expand Down
2 changes: 1 addition & 1 deletion after_success.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ git remote -v

# Ignore all hidden files, .PSD, tests, node_modules and requirements.txt files
echo "Creating XBMC plugin zip file"
zip -r plugin.video.dailytube4u.com.zip . -x '*.git*' '\.*' '*/\.*' '*.sh' '*.psd' 'resources/tests/*' '*.pyc' 'requirements.txt' 'node_modules/*'
zip -r "plugin.video.dailytube4u.com-${TRAVIS_BRANCH}.zip" . -x '*.git*' '\.*' '*/\.*' '*.sh' '*.psd' 'resources/tests/*' '*.pyc' 'requirements.txt' 'node_modules/*'

0 comments on commit 7c2dc26

Please sign in to comment.