Generate a versioned tarball during package creation.

This commit is contained in:
Paul Chote
2017-11-12 12:42:40 +00:00
committed by abcdefg30
parent 8ce460ad8c
commit 7c901c27f1
3 changed files with 21 additions and 0 deletions

View File

@@ -78,6 +78,7 @@ deploy:
file:
- build/OpenRA-${TRAVIS_TAG}.exe
- build/OpenRA-${TRAVIS_TAG}.dmg
- build/OpenRA-${TRAVIS_TAG}-source.tar.bz2
- build/openra_${DOTVERSION}_all.deb
skip_cleanup: true
on: