From 04302597917e963e8001827c61f0c31a4ccadf39 Mon Sep 17 00:00:00 2001 From: Alexis Lopez Zubieta <contact@azubieta.net> Date: Thu, 29 Aug 2019 09:59:36 -0500 Subject: [PATCH] Include AppImage.zsync on artifacts --- .gitlab-ci.yml | 2 +- pkg/appimage/appimagebuild | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 11157a5..925bd8c 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 38b3384..261ad6d 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 -- GitLab