summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml3
-rw-r--r--build.sh2
2 files changed, 4 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a9bde51..69565f0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,4 +9,5 @@ BuildAppImage:
artifacts:
paths:
- - "*.AppImage*" \ No newline at end of file
+ - "*.AppImage*"
+ - "~/build/*.AppImage*" \ No newline at end of file
diff --git a/build.sh b/build.sh
index a177e59..906ec0c 100644
--- a/build.sh
+++ b/build.sh
@@ -45,3 +45,5 @@ make install
-i ./data/icons/manaplus.svg \
-e ./run/bin/manaplus \
--output appimage
+
+mv *.AppImage ~/build/