diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 11157a5fd3217dc817853e807e1bd052a84dd3a8..925bd8c18bb73914558c77e529f74c04d9643d01 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,5 +8,5 @@ appimage:
     - ./scripts/package appimage
   artifacts:
     paths:
-    - build_*/pling-store*.AppImage
+    - build_*/pling-store*.AppImage*
     expire_in: 2 days
diff --git a/pkg/appimage/appimagebuild b/pkg/appimage/appimagebuild
index 38b3384854586193ed981b92eb60450708267caf..261ad6d242a14d6dd611453f4880b2d4baea1bea 100755
--- a/pkg/appimage/appimagebuild
+++ b/pkg/appimage/appimagebuild
@@ -37,3 +37,4 @@ if [ "${CI_COMMIT_REF_SLUG}" != "master" ]; then
 fi
 
 mv *-x86_64.AppImage ../${PKGNAME}-${PKGVER}-${PKGREL}-x86_64.AppImage
+mv *-x86_64.AppImage.zsync ../${PKGNAME}-${PKGVER}-${PKGREL}-x86_64.AppImage.zsync
\ No newline at end of file