diff options
author | redsky17 <rubberduckie3554@gmail.com> | 2019-01-31 20:47:27 -0500 |
---|---|---|
committer | redsky17 <rubberduckie3554@gmail.com> | 2019-01-31 20:47:27 -0500 |
commit | e16461e2d985d045c346fe5b358fe3952a80544c (patch) | |
tree | 929162481465b5a0f27bd3cb45b434041b36edda /.ci | |
parent | Attempt to fix linux CI deploy (diff) | |
download | nheko-e16461e2d985d045c346fe5b358fe3952a80544c.tar.xz |
Modify linux deploy.sh
Diffstat (limited to '.ci')
-rwxr-xr-x | .ci/linux/deploy.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.ci/linux/deploy.sh b/.ci/linux/deploy.sh index 6967021d..38317a4a 100755 --- a/.ci/linux/deploy.sh +++ b/.ci/linux/deploy.sh @@ -41,4 +41,5 @@ chmod +x nheko-*x86_64.AppImage if [ ! -z $VERSION ]; then # commented out for now, as AppImage file appears to already contain the version. #mv nheko-*x86_64.AppImage nheko-${VERSION}-x86_64.AppImage -fi + echo "nheko-${VERSION}-x86_64.AppImage" +fi \ No newline at end of file |