1
0
Fork 1
mirror of https://gitlab.com/mangadex-pub/mangadex_at_home.git synced 2024-01-19 02:48:37 +00:00

Update .gitlab-ci.yml

Includes new .yaml-style config sample in the ZIP archive
This commit is contained in:
m3ch_mania 2021-03-25 23:34:30 +00:00
parent f62eb0db00
commit fe0fd429c3

View file

@ -28,7 +28,7 @@ publish:
- export VERSION="$CI_COMMIT_REF_NAME"
script:
- cp build/libs/mangadex_at_home-${VERSION}-all.jar ./
- zip -r9 mangadex_at_home-${VERSION}.zip mangadex_at_home-${VERSION}-all.jar settings.sample.json
- zip -r9 mangadex_at_home-${VERSION}.zip mangadex_at_home-${VERSION}-all.jar settings.sample.yaml
dependencies:
- build
artifacts: