From e65d779488245e88040b4e3140f6c2f6280e8aee Mon Sep 17 00:00:00 2001 From: jak1 Date: Sat, 5 Dec 2020 02:31:05 +0100 Subject: added checksum file to artifacts --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.gitlab-ci.yml') 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 -- cgit v1.2.3-60-g2f50