From 910a7def8b72f15c5cbc3a621f178846ba111976 Mon Sep 17 00:00:00 2001 From: Fascinated Date: Thu, 9 Mar 2023 14:59:50 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b97dc55..32e5843 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,6 +35,9 @@ build: paths: - build/libs/*.jar expire_in: 1 week + reports: + # To ensure we've access to this file in the next stage + dotenv: yes.env only: - master @@ -54,4 +57,8 @@ release: name: 'Release v1-$CI_COMMIT_SHORT_SHA' description: 'Created using the release-cli $EXTRA_DESCRIPTION' # $EXTRA_DESCRIPTION and the $TAG tag_name: 'v1-$CI_COMMIT_SHORT_SHA' # variables must be defined elsewhere - ref: '$CI_COMMIT_SHA' # in the pipeline. For example, in the \ No newline at end of file + ref: '$CI_COMMIT_SHA' + assets: + links: + - name: 'Mod' + url: 'https://git.fascinated.cc/Fascinated/wildaddons/cw/-/jobs/${GE_JOB_ID}/artifacts/file/build/libs/WildAddons-1.0-SNAPSHOT.jar' # in the pipeline. For example, in the \ No newline at end of file