diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 27971c9..17567f7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,7 +29,7 @@ build: paths: - dist/wfrp4e-actor-sheet-print.zip - dist/module.json - expire_in: never + expire_in: 1 day only: - tags - master @@ -39,6 +39,13 @@ release: image: registry.gitlab.com/gitlab-org/release-cli:latest script: - echo 'Running the release job.' + artifacts: + name: wfrp4e-actor-sheet-print + when: on_success + paths: + - dist/wfrp4e-actor-sheet-print.zip + - dist/module.json + expire_in: never release: tag_name: $CI_COMMIT_TAG name: 'Release $CI_COMMIT_TAG'