From 088e89b7b31d028914ba8600ec97c9ad51fe3498 Mon Sep 17 00:00:00 2001 From: YuutaW <17158086+Trumeet@users.noreply.github.com> Date: Fri, 28 Jun 2019 21:15:23 -0700 Subject: 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> --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3