Skip to content

Commit

Permalink
[ci] rename files before deploying them
Browse files Browse the repository at this point in the history
  • Loading branch information
umlaeute committed Oct 3, 2019
1 parent 93d0abc commit e8c706d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,14 @@ after_script:
- ls -l
- ls -l tmp/ developer/dist


before_deploy:
- mv developer/dist/deken developer/dist/deken-${TRAVIS_TAG}${TRAVIS_OS_NAME}

deploy:
provider: releases
file: developer/dist/deken
file: developer/dist/deken-*
file_glob: true
skip_cleanup: true
on:
branch: master
Expand Down

0 comments on commit e8c706d

Please sign in to comment.