diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aa4b199..571d20e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,7 @@ test: build: stage: build script: - - zip wh4-fr-FR.zip -x ".*" + - zip wh4-fr-FR.zip -r * -x ".*" artifacts: name: wh4-fr-FR when: on_success diff --git a/module.json b/module.json index 382d7f6..775aa32 100644 --- a/module.json +++ b/module.json @@ -6,6 +6,10 @@ "author": "LeRatierBretonnien", "scripts": ["wh4_fr.js"], "languages": { - "fr": "fr.json" + "fr": "fr.json", } + + "url": "https://gitlab.com/LeRatierBretonnien/foundryvtt-wh4-lang-fr-fr", + "manifest": "https://gitlab.com/LeRatierBretonnien/foundryvtt-wh4-lang-fr-fr/raw/master/module.json", + "download": "https://gitlab.com/LeRatierBretonnien/foundryvtt-wh4-lang-fr-fr/-/jobs/artifacts/master/raw/wh4-fr-FR.zip?job=build" }