aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuutaW <17158086+Trumeet@users.noreply.github.com>2019-06-28 21:15:23 -0700
committerTrumeet <17158086+Trumeet@users.noreply.github.com>2019-06-28 21:15:23 -0700
commit088e89b7b31d028914ba8600ec97c9ad51fe3498 (patch)
tree76451d4892c84592ae01d049248a46173ebe07de
parent0f04ded243f0e4d5a822cd003eed03f53d72c4da (diff)
downloadDesktop-088e89b7b31d028914ba8600ec97c9ad51fe3498.tar
Desktop-088e89b7b31d028914ba8600ec97c9ad51fe3498.tar.gz
Desktop-088e89b7b31d028914ba8600ec97c9ad51fe3498.tar.bz2
Desktop-088e89b7b31d028914ba8600ec97c9ad51fe3498.zip
fix(ci): use the Linux mv command for Git Bash
Note: this is a kind of "revert" Signed-off-by: Trumeet <17158086+Trumeet@users.noreply.github.com>
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 639ed2f..6592879 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,7 +10,7 @@ before_deploy:
# TODO: Add this part to the Gradle
- export VERSION=$(git rev-list --count HEAD)
- git tag $VERSION
- - move "build/bin/desktop/releaseExecutable/Desktop.exe" "./Desktop-$VERSION.exe"
+ - mv "build/bin/desktop/releaseExecutable/Desktop.exe" "./Desktop-$VERSION.exe"
deploy:
name: ${VERSION}
prerelease: true