Update .gitlab-ci.yml

This commit is contained in:
Leratier Bretonnien 2020-04-07 16:07:01 +00:00
parent c044c52b52
commit a3937ace05
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ test:
build:
stage: build
script:
- zip wh4-fr-FR.zip -r * -x ".*"
- zip wh4-fr-FR.zip -r *.js *.json *.md compendium lang tables -x ".*"
artifacts:
name: wh4-fr-FR
when: on_success