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