diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d9b773d65da73412e71949085279aa36ad063c26..c5fe95026a06fb8467bb9065bb3467a94a340f96 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 f3bb4e0cea761bd5cc4d3dcd4a4e664ff4207c35..412e13b2adc28f759b70a68a26cf8780c5fce655 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).