From 521ac659739c9294d7f7214c50ad5811dcb67f36 Mon Sep 17 00:00:00 2001 From: Christoph Knote Date: Fri, 11 Mar 2022 09:15:16 +0100 Subject: [PATCH] Update CI download --- .gitlab-ci.yml | 2 +- README.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d9b773d..c5fe950 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,6 +12,6 @@ build: script: - . build_dist.sh "$CI_PROJECT_DIR/build" artifacts: - name: boxmox-dist-$CI_COMMIT_SHORT_SHA + name: boxmox-latest paths: - boxmox-*.tar.gz diff --git a/README.md b/README.md index f3bb4e0..412e13b 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ Documentation, user downloads, online tools and further information can be found This is the development repository. +## Latest distributable archive + +The most current BOXMOX distribution .tar.gz can be found [here](https://mbees.med.uni-augsburg.de/gitlab/mbees/boxmox/-/jobs/artifacts/master/download?job=build). + ## Contributing We are looking forward to receiving your [new issue report](https://mbees.med.uni-augsburg.de/gitlab/mbees/boxmox/-/issues/new). -- GitLab