summary refs log tree commit diff
path: root/.ci/linux/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to '.ci/linux/deploy.sh')
-rwxr-xr-x.ci/linux/deploy.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/.ci/linux/deploy.sh b/.ci/linux/deploy.sh
index 42f06628..0e85bbdb 100755
--- a/.ci/linux/deploy.sh
+++ b/.ci/linux/deploy.sh
@@ -4,6 +4,11 @@ set -e
 
 APP=nheko
 DIR=${APP}.AppDir
+TAG=`git tag -l --points-at HEAD`
+
+if [ -z "$TAG" ]; then
+    exit 0
+fi
 
 # Set up AppImage structure.
 mkdir -p ${DIR}/usr/{bin,share/pixmaps,share/applications}