summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 752c5e7..c844d6f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,9 +19,11 @@ BuildAppImage:
- chmod +x linuxdeploy-x86_64.AppImage
- ./linuxdeploy-x86_64.AppImage --appimage-extract
- ./build.sh
+ - sha256sum ManaPlus-x86_64.AppImage > sha256checksum.txt
- cd
- find / -type f -name "*.AppImage"
artifacts:
paths:
- - "ManaPlus-x86_64.AppImage" \ No newline at end of file
+ - "ManaPlus-x86_64.AppImage"
+ - "sha256checksum.txt" \ No newline at end of file