chore: test release

This commit is contained in:
Matthieu CAILLEAUX
2021-12-25 09:30:00 +01:00
parent f0993952e6
commit 46840cb81e

View File

@@ -45,10 +45,10 @@ release:
script:
- echo 'Running the release job.'
artifacts:
name: wfrp4e-actor-sheet-print
name: $CI_PROJECT_NAME
when: on_success
paths:
- dist/wfrp4e-actor-sheet-print.zip
- dist/$CI_PROJECT_NAME.zip
- dist/module.json
expire_in: never
release:
@@ -65,3 +65,5 @@ release:
link_type: package
only:
- tags
- master
- main