From 5b4c62c768e887fba23eacaab5deecdc6934abae Mon Sep 17 00:00:00 2001 From: Asterisk Date: Mon, 3 Jun 2024 10:10:22 +0000 Subject: [PATCH] set up version system --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 69f8399..3b307d1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,6 +25,8 @@ build-job: # This job runs in the build stage, which runs first. - pacman -Scc - mkarchiso -v -w workdir/ -o out/ . || mkarchiso -v -w workdir/ -o out/ . - mv out/* blendOS.iso + - echo $CI_COMMIT_SHA > version artifacts: paths: - - blendOS.iso \ No newline at end of file + - blendOS.iso + - version \ No newline at end of file