diff --git a/.ci/linux/deploy.sh b/.ci/linux/deploy.sh
index 6967021d5a8c9efa71cd8527d7faf9eb8e67863b..38317a4a166dcd0420dbc602f6df5525c8338009 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