diff options
Diffstat (limited to '.ci/linux/deploy.sh')
-rwxr-xr-x | .ci/linux/deploy.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.ci/linux/deploy.sh b/.ci/linux/deploy.sh index 4e716003..f0e9fa5d 100755 --- a/.ci/linux/deploy.sh +++ b/.ci/linux/deploy.sh @@ -40,4 +40,6 @@ chmod +x nheko-x86_64.AppImage if [ ! -z $TRAVIS_TAG ]; then mv nheko-x86_64.AppImage nheko-${TRAVIS_TAG}-x86_64.AppImage +elif [ ! -z $TRAVIS_COMMIT ]; then + mv nheko-x86_64.AppImage nheko-${TRAVIS_COMMIT}-x86_64.AppImage fi |